From: Christophe Jaillet Date: Sat, 19 Jul 2014 16:37:29 +0000 (+0000) Subject: Fix comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d17c4944377bbdefda7771c0b738dbdf9de0f3ba;p=thirdparty%2Fapache%2Fhttpd.git Fix comment. Remove @file and @brief from within the @defgroup to be consistenbt with doxygen comments from other files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611919 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/http_connection.h b/include/http_connection.h index 571bf57d2a6..58389a4fb4e 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -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_create(apr_bucket_alloc_t *list); } #endif -#endif /* !APACHE_HTTP_REQUEST_H */ +#endif /* !APACHE_HTTP_CONNECTION_H */ /** @} */