]> granicus.if.org Git - apache/commitdiff
Fix a small doxygen issue
authorChristophe Jaillet <jailletc36@apache.org>
Sat, 12 Mar 2016 16:51:56 +0000 (16:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sat, 12 Mar 2016 16:51:56 +0000 (16:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1734716 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 1f2081bf8580e5ef419c7dac30b357bc18402aeb..07fc6e9e470f92f0b664c470614352e443731640 100644 (file)
@@ -509,7 +509,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:
  *