private interfaces into a separate group.
Backport of r1211490 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@
1238416 13f79535-47bb-0310-9956-
ffa450edef68
* @defgroup APACHE_MODS Loadable modules
* Top level group for modules
* @defgroup APACHE_OS Operating System Specific
+ * @defgroup APACHE_INTERNAL Internal interfaces
* @defgroup APACHE_CORE Core routines
* @{
* @defgroup APACHE_CORE_DAEMON HTTP Daemon Routine
* @file event/mpm_default.h
* @brief Event MPM defaults
*
- * @addtogroup APACHE_MPM_EVENT
+ * @defgroup APACHE_MPM_EVENT Event MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/
* @file mpmt_os2/mpm_default.h
* @brief os2 MPM defaults
*
- * @addtogroup APACHE_MPM_OS2
+ * @defgroup APACHE_MPM_OS2 OS/2 MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/
* @file netware/mpm_default.h
* @brief Defaults for Netware MPM
*
- * @addtogroup APACHE_MPM_NETWARE
+ * @defgroup APACHE_MPM_NETWARE Netware MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/
#ifndef APACHE_MPM_DEFAULT_H
* @file prefork/mpm_default.h
* @brief Prefork MPM defaults
*
- * @addtogroup APACHE_MPM_PREFORK
+ * @defgroup APACHE_MPM_PREFORK Prefork MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/
* @file winnt/mpm_default.h
* @brief win32 MPM defaults
*
- * @addtogroup APACHE_MPM_WINNT
+ * @defgroup APACHE_MPM_WINNT WinNT MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/
* @file worker/mpm_default.h
* @brief Worker MPM defaults
*
- * @addtogroup APACHE_MPM_WORKER
+ * @defgroup APACHE_MPM_WORKER Worker MPM
+ * @ingroup APACHE_INTERNAL
* @{
*/