mirror of
https://github.com/apache/httpd.git
synced 2025-07-25 16:11:32 +00:00
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
This commit is contained in:
@ -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
|
||||
|
||||
@ -25,10 +34,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @package Apache XML library
|
||||
*/
|
||||
|
||||
/**
|
||||
* Get XML post data and parse it
|
||||
* @param r The current request
|
||||
@ -44,3 +49,4 @@ AP_DECLARE(int) ap_xml_parse_input(request_rec *r, apr_xml_doc **pdoc);
|
||||
#endif
|
||||
|
||||
#endif /* UTIL_XML_H */
|
||||
/** @} */
|
||||
|
Reference in New Issue
Block a user