You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2016/03/12 17:52:57 UTC

svn commit: r1734717 - /httpd/httpd/branches/2.4.x/include/http_protocol.h

Author: jailletc36
Date: Sat Mar 12 16:52:57 2016
New Revision: 1734717

URL: http://svn.apache.org/viewvc?rev=1734717&view=rev
Log:
Fix a small doxygen issue (r1734716 in trunk)

Modified:
    httpd/httpd/branches/2.4.x/include/http_protocol.h

Modified: httpd/httpd/branches/2.4.x/include/http_protocol.h
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/include/http_protocol.h?rev=1734717&r1=1734716&r2=1734717&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/include/http_protocol.h (original)
+++ httpd/httpd/branches/2.4.x/include/http_protocol.h Sat Mar 12 16:52:57 2016
@@ -502,7 +502,7 @@ AP_DECLARE(int) ap_should_client_block(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:
  *