]> granicus.if.org Git - apache/commitdiff
* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving
authorJoe Orton <jorton@apache.org>
Wed, 7 Dec 2011 16:06:16 +0000 (16:06 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 7 Dec 2011 16:06:16 +0000 (16:06 +0000)
  private interfaces into a separate group.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1211490 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h
server/mpm/event/mpm_default.h
server/mpm/mpmt_os2/mpm_default.h
server/mpm/netware/mpm_default.h
server/mpm/prefork/mpm_default.h
server/mpm/winnt/mpm_default.h
server/mpm/worker/mpm_default.h

index 71f904ee7c470d6f99cb7d70695abc1b8ba36db7..a0734dc861ddb851e2d15acc183914c8e5e10445 100644 (file)
@@ -26,6 +26,7 @@
  * @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
index 079e71fe3c625ef1612f3f5b47f0dd3cac75f1d5..214caa0c27ce884f03a53c1923bebe07873cacb8 100644 (file)
@@ -19,7 +19,8 @@
  * @file  event/mpm_default.h
  * @brief Event MPM defaults
  *
- * @addtogroup APACHE_MPM_EVENT
+ * @defgroup APACHE_MPM_EVENT Event MPM
+ * @ingroup APACHE_INTERNAL
  * @{
  */
 
index 02b4a74decd71641ed6655c8d6905a7109a04123..36ba94427b9819c3f59b9d1efb7f6a444632109e 100644 (file)
@@ -18,7 +18,8 @@
  * @file  mpmt_os2/mpm_default.h
  * @brief os2 MPM defaults
  *
- * @addtogroup APACHE_MPM_OS2
+ * @defgroup APACHE_MPM_OS2 OS/2 MPM
+ * @ingroup APACHE_INTERNAL
  * @{
  */
 
index b8c3ad6f4bb852c02342c3eeea08768a413192b2..f7783ceffed66b59b96c72e1579ac13af4f30e9b 100644 (file)
@@ -18,7 +18,8 @@
  * @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
index 5f131c5a028274318c57862536aaa2b77a8d9a08..55b038b530233a5fb784828b99a84b0320889758 100644 (file)
@@ -18,7 +18,8 @@
  * @file  prefork/mpm_default.h
  * @brief Prefork MPM defaults
  *
- * @addtogroup APACHE_MPM_PREFORK
+ * @defgroup APACHE_MPM_PREFORK Prefork MPM
+ * @ingroup APACHE_INTERNAL
  * @{
  */
 
index a0e38efee0e5d84d86275dcf60f17146ca5c1d44..b5350d437daaf35cfde37804b7feb645203ec353 100644 (file)
@@ -18,7 +18,8 @@
  * @file  winnt/mpm_default.h
  * @brief win32 MPM defaults
  *
- * @addtogroup APACHE_MPM_WINNT
+ * @defgroup APACHE_MPM_WINNT WinNT MPM
+ * @ingroup APACHE_INTERNAL
  * @{
  */
 
index 244a0bb1fdd2a20e84ea2118b367ef720effebce..464250e1416dfb9a48afd8da501db5f23f817e0f 100644 (file)
@@ -18,7 +18,8 @@
  * @file  worker/mpm_default.h
  * @brief Worker MPM defaults
  *
- * @addtogroup APACHE_MPM_WORKER
+ * @defgroup APACHE_MPM_WORKER Worker MPM
+ * @ingroup APACHE_INTERNAL
  * @{
  */