From: Joe Orton Date: Wed, 7 Dec 2011 16:06:16 +0000 (+0000) Subject: * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving X-Git-Tag: 2.5.0-alpha~7697 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd967eab4407635119ce9c4f6dc4ebbf0170beb8;p=thirdparty%2Fapache%2Fhttpd.git * include/httpd.h, server/mpm/*/*.h: Tidy up doxygen tree view by moving private interfaces into a separate group. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1211490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/include/httpd.h b/include/httpd.h index 71f904ee7c4..a0734dc861d 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -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 diff --git a/server/mpm/event/mpm_default.h b/server/mpm/event/mpm_default.h index 079e71fe3c6..214caa0c27c 100644 --- a/server/mpm/event/mpm_default.h +++ b/server/mpm/event/mpm_default.h @@ -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 * @{ */ diff --git a/server/mpm/mpmt_os2/mpm_default.h b/server/mpm/mpmt_os2/mpm_default.h index 02b4a74decd..36ba94427b9 100644 --- a/server/mpm/mpmt_os2/mpm_default.h +++ b/server/mpm/mpmt_os2/mpm_default.h @@ -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 * @{ */ diff --git a/server/mpm/netware/mpm_default.h b/server/mpm/netware/mpm_default.h index b8c3ad6f4bb..f7783ceffed 100644 --- a/server/mpm/netware/mpm_default.h +++ b/server/mpm/netware/mpm_default.h @@ -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 diff --git a/server/mpm/prefork/mpm_default.h b/server/mpm/prefork/mpm_default.h index 5f131c5a028..55b038b5302 100644 --- a/server/mpm/prefork/mpm_default.h +++ b/server/mpm/prefork/mpm_default.h @@ -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 * @{ */ diff --git a/server/mpm/winnt/mpm_default.h b/server/mpm/winnt/mpm_default.h index a0e38efee0e..b5350d437da 100644 --- a/server/mpm/winnt/mpm_default.h +++ b/server/mpm/winnt/mpm_default.h @@ -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 * @{ */ diff --git a/server/mpm/worker/mpm_default.h b/server/mpm/worker/mpm_default.h index 244a0bb1fdd..464250e1416 100644 --- a/server/mpm/worker/mpm_default.h +++ b/server/mpm/worker/mpm_default.h @@ -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 * @{ */