bnicholes 01/08/14 17:15:50
Modified: include/arch/netware apr.h
Log:
Applied changes made to apr.h on other platforms that didn't make it
in NetWare
Revision Changes Path
1.3 +12 -0 apr/include/arch/netware/apr.h
Index: apr.h
===================================================================
RCS file: /home/cvs/apr/include/arch/netware/apr.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr.h 2001/08/07 21:46:34 1.2
+++ apr.h 2001/08/15 00:15:50 1.3
@@ -56,7 +56,17 @@
* Note: This is a NetWare specific version of apr.h. It is renamed to
* apr.h at the start of a Windows build.
*/
+/**
+ * @file apr.h
+ * @brief Basic APR header
+ */
+/**
+ * @defgroup APR APR Functions
+ * @{
+ */
+
+
#ifdef NETWARE
#ifndef APR_H
#define APR_H
@@ -323,3 +333,5 @@
#endif /* APR_H */
#endif /* NETWARE */
+/** @} */
+