summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2012-01-31 11:58:02 +0000
committerRainer Jung <rjung@apache.org>2012-01-31 11:58:02 +0000
commit0f0c027ee807c77df61075da998c745daedd770a (patch)
treeac851a4e0fdd6f0bfac783f55886f7a5cfc780ce /include/httpd.h
parente11b16a52cf03b2f6790020956544fdde33680e9 (diff)
downloadhttpd-0f0c027ee807c77df61075da998c745daedd770a.tar.gz
include/: Various doxy markup tweaks.
Backport of r1211364 from trunk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1238409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/httpd.h b/include/httpd.h
index a55c5117df..dcfc4f175c 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -18,15 +18,15 @@
* @file httpd.h
* @brief HTTP Daemon routines
*
- * @defgroup APACHE Apache
+ * @defgroup APACHE Apache HTTP Server
*
* Top level group of which all other groups are a member
* @{
*
- * @defgroup APACHE_MODS Apache Modules
- * Top level group for Apache Modules
+ * @defgroup APACHE_MODS Loadable modules
+ * Top level group for modules
* @defgroup APACHE_OS Operating System Specific
- * @defgroup APACHE_CORE Apache Core
+ * @defgroup APACHE_CORE Core routines
* @{
* @defgroup APACHE_CORE_DAEMON HTTP Daemon Routine
* @{