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 8152211440 for ; Wed, 16 Jul 2014 22:23:12 +0000 (UTC) Received: (qmail 78551 invoked by uid 500); 16 Jul 2014 22:23:12 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78483 invoked by uid 500); 16 Jul 2014 22:23:12 -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 78474 invoked by uid 99); 16 Jul 2014 22:23:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jul 2014 22:23:12 +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; Wed, 16 Jul 2014 22:23:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id D1A2E2388A6E; Wed, 16 Jul 2014 22:22:49 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1611210 - /httpd/httpd/trunk/include/util_xml.h Date: Wed, 16 Jul 2014 22:22:49 -0000 To: cvs@httpd.apache.org From: jailletc36@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140716222249.D1A2E2388A6E@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jailletc36 Date: Wed Jul 16 22:22:49 2014 New Revision: 1611210 URL: http://svn.apache.org/r1611210 Log: Improve doxygen comment. Improve layout, add trailing '.' in function description, remove unneeded @fn. Modified: httpd/httpd/trunk/include/util_xml.h Modified: httpd/httpd/trunk/include/util_xml.h URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/util_xml.h?rev=1611210&r1=1611209&r2=1611210&view=diff ============================================================================== --- httpd/httpd/trunk/include/util_xml.h (original) +++ httpd/httpd/trunk/include/util_xml.h Wed Jul 16 22:22:49 2014 @@ -35,11 +35,10 @@ extern "C" { #endif /** - * Get XML post data and parse it - * @param r The current request - * @param pdoc The XML post data + * Get XML post data and parse it. + * @param r The current request + * @param pdoc The XML post data * @return HTTP status code - * @fn int ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc) */ AP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);