summaryrefslogtreecommitdiff
path: root/include/util_xml.h
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2005-08-28 23:03:59 +0000
committerIan Holsman <ianh@apache.org>2005-08-28 23:03:59 +0000
commit8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (patch)
treea328c4fb500e40c2f642aee3561f334387760c9f /include/util_xml.h
parent3e168404bcb873ae5f50ea5ef5f365f0dc657b40 (diff)
downloadhttpd-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.tar.gz
Doxygen fixup / cleanup
submited by: Neale Ranns neale ranns.org reviewed by: Ian Holsman git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@263931 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/util_xml.h')
-rw-r--r--include/util_xml.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/util_xml.h b/include/util_xml.h
index b97da2c1e0..861a775d2b 100644
--- a/include/util_xml.h
+++ b/include/util_xml.h
@@ -14,6 +14,15 @@
* limitations under the License.
*/
+/**
+ * @file util_xml.h
+ * @brief Apache XML library
+ *
+ * @defgroup APACHE_CORE_XML XML Library
+ * @ingroup APACHE_CORE
+ * @{
+ */
+
#ifndef UTIL_XML_H
#define UTIL_XML_H
@@ -26,10 +35,6 @@ extern "C" {
#endif
/**
- * @package Apache XML library
- */
-
-/**
* Get XML post data and parse it
* @param r The current request
* @param pdoc The XML post data
@@ -44,3 +49,4 @@ AP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);
#endif
#endif /* UTIL_XML_H */
+/** @} */