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 2014/07/19 18:37:29 UTC

svn commit: r1611919 - /httpd/httpd/trunk/include/http_connection.h

Author: jailletc36
Date: Sat Jul 19 16:37:29 2014
New Revision: 1611919

URL: http://svn.apache.org/r1611919
Log:
Fix comment.
Remove @file and @brief from within the @defgroup to be consistenbt with doxygen comments from other files.

Modified:
    httpd/httpd/trunk/include/http_connection.h

Modified: httpd/httpd/trunk/include/http_connection.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/http_connection.h?rev=1611919&r1=1611918&r2=1611919&view=diff
==============================================================================
--- httpd/httpd/trunk/include/http_connection.h (original)
+++ httpd/httpd/trunk/include/http_connection.h Sat Jul 19 16:37:29 2014
@@ -32,10 +32,6 @@
 #ifdef __cplusplus
 extern "C" {
 #endif
-/**
- * @file  http_connection.h
- * @brief Apache connection library
- */
 
 /**
  * This is the protocol module driver.  This calls all of the
@@ -154,5 +150,5 @@ AP_DECLARE(apr_bucket *) ap_bucket_eoc_c
 }
 #endif
 
-#endif  /* !APACHE_HTTP_REQUEST_H */
+#endif  /* !APACHE_HTTP_CONNECTION_H */
 /** @} */