Return-Path: X-Original-To: apmail-httpd-cvs-archive@www.apache.org Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82B371138E for ; Sat, 19 Jul 2014 16:37:53 +0000 (UTC) Received: (qmail 52954 invoked by uid 500); 19 Jul 2014 16:37:53 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 52892 invoked by uid 500); 19 Jul 2014 16:37:53 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 52883 invoked by uid 99); 19 Jul 2014 16:37:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2014 16:37:53 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Jul 2014 16:37:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id E794523888D7; Sat, 19 Jul 2014 16:37:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1611919 - /httpd/httpd/trunk/include/http_connection.h Date: Sat, 19 Jul 2014 16:37:29 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140719163729.E794523888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 */ /** @} */