mirror of
https://github.com/apache/httpd.git
synced 2025-07-23 00:50:44 +00:00
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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user