summaryrefslogtreecommitdiff
path: root/include/http_protocol.h
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2016-03-12 16:52:57 +0000
committerChristophe Jaillet <jailletc36@apache.org>2016-03-12 16:52:57 +0000
commitb303e89ef57c277174f0c3d80b2e805fee84f8cd (patch)
treedc211beb8e7c46229e84428417e482b74c4c39de /include/http_protocol.h
parentcef1301b719cea31b7aae1452ccf1fd215458c9a (diff)
downloadhttpd-b303e89ef57c277174f0c3d80b2e805fee84f8cd.tar.gz
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
Diffstat (limited to 'include/http_protocol.h')
-rw-r--r--include/http_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_protocol.h b/include/http_protocol.h
index 316850e3b3..447e3a8c03 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:
*