summaryrefslogtreecommitdiff
path: root/include/util_xml.h
diff options
context:
space:
mode:
authorSander Temme <sctemme@apache.org>2007-07-03 23:02:32 +0000
committerSander Temme <sctemme@apache.org>2007-07-03 23:02:32 +0000
commit10fd249eeac047725eaa9f9fdb4ea0df6dac9b01 (patch)
treeeebf91dbc8650fb7c743572d77c604822890b5c7 /include/util_xml.h
parent368e758aee272b0599b676c7d56f75b5dd60b61a (diff)
downloadhttpd-10fd249eeac047725eaa9f9fdb4ea0df6dac9b01.tar.gz
Use correct Doxygen keywords for functions and variables. TODO: figure out whether those keywords are actually necessary. HTML-ify some documentation comments for benefit of Doxygen.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@553013 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_xml.h')
-rw-r--r--include/util_xml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util_xml.h b/include/util_xml.h
index 5f71ce595f..e60d348bbb 100644
--- a/include/util_xml.h
+++ b/include/util_xml.h
@@ -39,7 +39,7 @@ extern "C" {
* @param r The current request
* @param pdoc The XML post data
* @return HTTP status code
- * @deffunc int ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc)
+ * @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);