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
This commit is contained in:
Christophe Jaillet
2014-07-16 22:22:49 +00:00
parent 4832755832
commit 78b2f62d17

View 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);