From: Christophe Jaillet Date: Wed, 16 Jul 2014 22:22:49 +0000 (+0000) Subject: Improve doxygen comment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23ba40995e42d949ccebf13aa707370cda0f6204;p=thirdparty%2Fapache%2Fhttpd.git Improve doxygen comment. Improve layout, add trailing '.' in function description, remove unneeded @fn. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1611210 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/util_xml.h b/include/util_xml.h index e60d348bbbb..9faaed15c6c 100644 --- a/include/util_xml.h +++ b/include/util_xml.h @@ -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);