mirror of
https://github.com/apache/httpd.git
synced 2025-11-08 04:22:21 +03: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,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
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user