From: Christophe Jaillet Date: Sat, 12 Mar 2016 16:52:57 +0000 (+0000) Subject: Fix a small doxygen issue (r1734716 in trunk) X-Git-Tag: 2.4.19~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b303e89ef57c277174f0c3d80b2e805fee84f8cd;p=thirdparty%2Fapache%2Fhttpd.git Fix a small doxygen issue (r1734716 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1734717 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_protocol.h b/include/http_protocol.h index 316850e3b3c..447e3a8c030 100644 --- a/include/http_protocol.h +++ b/include/http_protocol.h @@ -502,7 +502,7 @@ AP_DECLARE(int) ap_should_client_block(request_rec *r); */ AP_DECLARE(long) ap_get_client_block(request_rec *r, char *buffer, apr_size_t bufsiz); -/* +/** * Map specific APR codes returned by the filter stack to HTTP error * codes, or the default status code provided. Use it as follows: *