diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2014-07-17 00:22:49 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2014-07-17 00:22:49 +0200 |
commit | 78b2f62d173a25799ffb0a65669612c85513080f (patch) | |
tree | 9335e048a56f31c7445d9a08b817b5f7ccec3e5e /include/util_xml.h | |
parent | Improve doxygen comment. (diff) | |
download | apache2-78b2f62d173a25799ffb0a65669612c85513080f.tar.xz apache2-78b2f62d173a25799ffb0a65669612c85513080f.zip |
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
Diffstat (limited to 'include/util_xml.h')
-rw-r--r-- | include/util_xml.h | 7 |
1 files 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); |