summaryrefslogtreecommitdiff
path: root/os/netware
diff options
context:
space:
mode:
authorIan Holsman <ianh@apache.org>2005-08-28 23:03:59 +0000
committerIan Holsman <ianh@apache.org>2005-08-28 23:03:59 +0000
commit8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (patch)
treea328c4fb500e40c2f642aee3561f334387760c9f /os/netware
parent3e168404bcb873ae5f50ea5ef5f365f0dc657b40 (diff)
downloadhttpd-8c1e315d3f23dd93529fd9605da571c4af9dfbf6.tar.gz
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
Diffstat (limited to 'os/netware')
-rw-r--r--os/netware/os.h12
-rw-r--r--os/netware/pre_nw.h12
2 files changed, 21 insertions, 3 deletions
diff --git a/os/netware/os.h b/os/netware/os.h
index a721a5a831..022bcb77fa 100644
--- a/os/netware/os.h
+++ b/os/netware/os.h
@@ -14,6 +14,17 @@
* limitations under the License.
*/
+/**
+ * @file netware/os.h
+ * @brief This file in included in all Apache source code. It contains definitions
+ * of facilities available on _this_ operating system (HAVE_* macros),
+ * and prototypes of OS specific functions defined in os.c or os-inline.c
+ *
+ * @defgroup APACHE_OS_NETWARE netware
+ * @ingroup APACHE_OS
+ * @{
+ */
+
#ifndef APACHE_OS_H
#define APACHE_OS_H
@@ -38,3 +49,4 @@ AP_DECLARE_DATA extern int hold_screen_on_exit; /* Indicates whether the screen
#define exit(s) {if((s||hold_screen_on_exit)&&(hold_screen_on_exit>=0)){pressanykey();}apr_terminate();exit(s);}
#endif /* ! APACHE_OS_H */
+/** @} */
diff --git a/os/netware/pre_nw.h b/os/netware/pre_nw.h
index 899a7b4399..50ce50b4b2 100644
--- a/os/netware/pre_nw.h
+++ b/os/netware/pre_nw.h
@@ -14,6 +14,14 @@
* limitations under the License.
*/
+/**
+ * @file pre_nw.h
+ * @brief Definitions for Netware systems
+ *
+ * @addtogroup APACHE_OS_NETWARE
+ * @{
+ */
+
#ifndef __pre_nw__
#define __pre_nw__
@@ -65,6 +73,4 @@
#define AP_MAX_INCLUDE_DEPTH 48
#endif
-
-
-
+/** @} */