summaryrefslogtreecommitdiff
path: root/include/ap_mpm.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/ap_mpm.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/ap_mpm.h')
-rw-r--r--include/ap_mpm.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include/ap_mpm.h b/include/ap_mpm.h
index b1e303fe05..405580b0ea 100644
--- a/include/ap_mpm.h
+++ b/include/ap_mpm.h
@@ -14,15 +14,20 @@
* limitations under the License.
*/
+/**
+ * @file ap_mmn.h
+ * @brief Apache Multi-Processing Module library
+ *
+ * @defgroup APACHE_CORE_MPM Multi-Processing Module library
+ * @ingroup APACHE_CORE
+ * @{
+ */
+
#ifndef AP_MPM_H
#define AP_MPM_H
#include "apr_thread_proc.h"
-/**
- * @package Multi-Processing Module library
- */
-
/*
The MPM, "multi-processing model" provides an abstraction of the
interface with the OS for distributing incoming connections to
@@ -175,3 +180,4 @@ AP_DECLARE_HOOK(int,fatal_exception,(ap_exception_info_t *ei))
#endif /*AP_ENABLE_EXCEPTION_HOOK*/
#endif
+/** @} */