summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2011-12-08 15:09:20 +0000
committerjorton <jorton@13f79535-47bb-0310-9956-ffa450edef68>2011-12-08 15:09:20 +0000
commit6569dc97f0ccc1ce5538007054c62368ec9af575 (patch)
treec8a1c7305a7eabce993763598a38db470e86ba53
parent8a4f440d1de4af90590875fab766d7e0c5c362ba (diff)
downloadlibapr-6569dc97f0ccc1ce5538007054c62368ec9af575.tar.gz
* include/: Fix doxygen group for headers from apr-util.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@1211928 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_base64.h2
-rw-r--r--include/apr_buckets.h2
-rw-r--r--include/apr_crypto.h2
-rw-r--r--include/apr_date.h2
-rw-r--r--include/apr_dbd.h2
-rw-r--r--include/apr_dbm.h2
-rw-r--r--include/apr_hooks.h2
-rw-r--r--include/apr_md4.h2
-rw-r--r--include/apr_memcache.h2
-rw-r--r--include/apr_optional.h2
-rw-r--r--include/apr_queue.h2
-rw-r--r--include/apr_reslist.h2
-rw-r--r--include/apr_rmm.h2
-rw-r--r--include/apr_strmatch.h2
-rw-r--r--include/apr_thread_pool.h2
-rw-r--r--include/apr_uri.h2
-rw-r--r--include/apr_xml.h2
-rw-r--r--include/apu_errno.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/include/apr_base64.h b/include/apr_base64.h
index b3c4fec1d..526b8ab3e 100644
--- a/include/apr_base64.h
+++ b/include/apr_base64.h
@@ -33,7 +33,7 @@ extern "C" {
/**
* @defgroup APR_Util_Base64 Base64 Encoding
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_buckets.h b/include/apr_buckets.h
index c367755f2..14192de11 100644
--- a/include/apr_buckets.h
+++ b/include/apr_buckets.h
@@ -46,7 +46,7 @@ extern "C" {
/**
* @defgroup APR_Util_Bucket_Brigades Bucket Brigades
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_crypto.h b/include/apr_crypto.h
index 9b04d4fb4..de3dd2a95 100644
--- a/include/apr_crypto.h
+++ b/include/apr_crypto.h
@@ -33,7 +33,7 @@ extern "C" {
*/
/**
* @defgroup APR_Util_Crypto Crypto routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_date.h b/include/apr_date.h
index c9ac19925..52a6d79da 100644
--- a/include/apr_date.h
+++ b/include/apr_date.h
@@ -24,7 +24,7 @@
/**
* @defgroup APR_Util_Date Date routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_dbd.h b/include/apr_dbd.h
index 5eb6e1c34..0fe0688ba 100644
--- a/include/apr_dbd.h
+++ b/include/apr_dbd.h
@@ -34,7 +34,7 @@ extern "C" {
*/
/**
* @defgroup APR_Util_DBD DBD routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_dbm.h b/include/apr_dbm.h
index 47beef108..017b9edea 100644
--- a/include/apr_dbm.h
+++ b/include/apr_dbm.h
@@ -33,7 +33,7 @@ extern "C" {
*/
/**
* @defgroup APR_Util_DBM DBM routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
/**
diff --git a/include/apr_hooks.h b/include/apr_hooks.h
index ff8e4b1b1..8330b8aa8 100644
--- a/include/apr_hooks.h
+++ b/include/apr_hooks.h
@@ -31,7 +31,7 @@ extern "C" {
#endif
/**
* @defgroup APR_Util_Hook Hook Functions
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_md4.h b/include/apr_md4.h
index f6bcfc2c4..e1336d668 100644
--- a/include/apr_md4.h
+++ b/include/apr_md4.h
@@ -53,7 +53,7 @@ extern "C" {
/**
* @defgroup APR_Util_MD4 MD4 Library
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_memcache.h b/include/apr_memcache.h
index c930b27b7..ac11370c3 100644
--- a/include/apr_memcache.h
+++ b/include/apr_memcache.h
@@ -41,7 +41,7 @@ extern "C" {
/**
* @defgroup APR_Util_MC Memcached Client Routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_optional.h b/include/apr_optional.h
index 4f2a40f86..e628fa0d3 100644
--- a/include/apr_optional.h
+++ b/include/apr_optional.h
@@ -28,7 +28,7 @@ extern "C" {
/**
* @defgroup APR_Util_Opt Optional Functions
- * @ingroup APR_Util
+ * @ingroup APR
*
* Typesafe registration and retrieval of functions that may not be present
* (i.e. functions exported by optional modules)
diff --git a/include/apr_queue.h b/include/apr_queue.h
index 58a2e71fe..f672bf243 100644
--- a/include/apr_queue.h
+++ b/include/apr_queue.h
@@ -37,7 +37,7 @@ extern "C" {
/**
* @defgroup APR_Util_FIFO Thread Safe FIFO bounded queue
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_reslist.h b/include/apr_reslist.h
index 4c90df890..ee94f07e9 100644
--- a/include/apr_reslist.h
+++ b/include/apr_reslist.h
@@ -30,7 +30,7 @@
/**
* @defgroup APR_Util_RL Resource List Routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_rmm.h b/include/apr_rmm.h
index 25a368bd1..cdb7e39d7 100644
--- a/include/apr_rmm.h
+++ b/include/apr_rmm.h
@@ -22,7 +22,7 @@
*/
/**
* @defgroup APR_Util_RMM Relocatable Memory Management Routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_strmatch.h b/include/apr_strmatch.h
index 3b23a9d64..713970c90 100644
--- a/include/apr_strmatch.h
+++ b/include/apr_strmatch.h
@@ -30,7 +30,7 @@ extern "C" {
/**
* @defgroup APR_Util_StrMatch String matching routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_thread_pool.h b/include/apr_thread_pool.h
index 8fbb19d0e..639c3a608 100644
--- a/include/apr_thread_pool.h
+++ b/include/apr_thread_pool.h
@@ -50,7 +50,7 @@ extern "C" {
/**
* @defgroup APR_Util_TP Thread Pool routines
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_uri.h b/include/apr_uri.h
index 63b3e207f..25ad8f281 100644
--- a/include/apr_uri.h
+++ b/include/apr_uri.h
@@ -36,7 +36,7 @@ extern "C" {
/**
* @defgroup APR_Util_URI URI
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
diff --git a/include/apr_xml.h b/include/apr_xml.h
index 9198cc4b4..ffd671628 100644
--- a/include/apr_xml.h
+++ b/include/apr_xml.h
@@ -22,7 +22,7 @@
/**
* @defgroup APR_Util_XML XML
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/
#include "apr_pools.h"
diff --git a/include/apu_errno.h b/include/apu_errno.h
index c0a8ec7d4..58585b714 100644
--- a/include/apu_errno.h
+++ b/include/apu_errno.h
@@ -31,7 +31,7 @@ extern "C" {
/**
* @defgroup apu_errno Error Codes
- * @ingroup APR_Util
+ * @ingroup APR
* @{
*/