]> granicus.if.org Git - apache/commitdiff
Improve doxygen comment.
authorChristophe Jaillet <jailletc36@apache.org>
Wed, 16 Jul 2014 22:22:49 +0000 (22:22 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Wed, 16 Jul 2014 22:22:49 +0000 (22:22 +0000)
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

index e60d348bbbbdad4d5f7ca0003edecf6cd7f4cff8..9faaed15c6c943fb42b6be02fd812f2162645776 100644 (file)
@@ -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);