ianh 01/08/16 20:44:40
Modified: include/arch/netware apr.h
Log:
move DOxygen comments to inside the #ifdef NETWARE block
Revision Changes Path
1.4 +4 -4 apr/include/arch/netware/apr.h
Index: apr.h
===================================================================
RCS file: /home/cvs/apr/include/arch/netware/apr.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- apr.h 2001/08/15 00:15:50 1.3
+++ apr.h 2001/08/17 03:44:40 1.4
@@ -56,9 +56,10 @@
* Note: This is a NetWare specific version of apr.h. It is renamed to
* apr.h at the start of a Windows build.
*/
+#ifdef NETWARE
/**
- * @file apr.h
- * @brief Basic APR header
+ * @file netware/apr.h netware/apr.h
+ * @brief APR header for NetWare
*/
/**
@@ -67,7 +68,6 @@
*/
-#ifdef NETWARE
#ifndef APR_H
#define APR_H
@@ -332,6 +332,6 @@
//typedef int apr_wait_t;
#endif /* APR_H */
-#endif /* NETWARE */
/** @} */
+#endif /* NETWARE */