From 78b2f62d173a25799ffb0a65669612c85513080f Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Wed, 16 Jul 2014 22:22:49 +0000 Subject: [PATCH] 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 --- include/util_xml.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/util_xml.h b/include/util_xml.h index e60d348bbb..9faaed15c6 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);