ianh 2002/09/01 14:13:01
Modified: include apr_reslist.h apr_rmm.h
Log:
doxygen: move these 2 api groups to apr-util where they belong
Revision Changes Path
1.3 +3 -3 apr-util/include/apr_reslist.h
Index: apr_reslist.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_reslist.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- apr_reslist.h 7 Aug 2002 18:40:36 -0000 1.2
+++ apr_reslist.h 1 Sep 2002 21:13:01 -0000 1.3
@@ -57,7 +57,7 @@
/**
* @file apr_reslist.h
- * @brief APR Resource List Routines
+ * @brief APR-UTIL Resource List Routines
*/
#include "apr.h"
@@ -69,8 +69,8 @@
#if APR_HAS_THREADS
/**
- * @defgroup APR_RL Resource List Routines
- * @ingroup APR
+ * @defgroup APR_Util_RL Resource List Routines
+ * @ingroup APR_Util
* @{
*/
1.7 +3 -3 apr-util/include/apr_rmm.h
Index: apr_rmm.h
===================================================================
RCS file: /home/cvs/apr-util/include/apr_rmm.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- apr_rmm.h 14 Mar 2002 23:18:56 -0000 1.6
+++ apr_rmm.h 1 Sep 2002 21:13:01 -0000 1.7
@@ -56,11 +56,11 @@
#define APR_RMM_H
/**
* @file apr_rmm.h
- * @brief APR Relocatable Memory Management Routines
+ * @brief APR-UTIL Relocatable Memory Management Routines
*/
/**
- * @defgroup APR_RMM Relocatable Memory Management Routines
- * @ingroup APR
+ * @defgroup APR_Util_RMM Relocatable Memory Management Routines
+ * @ingroup APR_Util
* @{
*/