summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-02-19 08:02:42 +0000
committerbojan <bojan@13f79535-47bb-0310-9956-ffa450edef68>2009-02-19 08:02:42 +0000
commitb059e2b3533f6e9ade4a39f0adfd11fde388ef6b (patch)
tree356c7f3e418e67bee92da44dd26728e4a3ec25ce
parent140d90ce6c8832e43bcb602e21bd31ccbae4586f (diff)
downloadlibapr-util-b059e2b3533f6e9ade4a39f0adfd11fde388ef6b.tar.gz
Include all LDAP documentation.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@745771 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--include/apr_ldap_init.h3
-rw-r--r--include/apr_ldap_option.h3
-rw-r--r--include/apr_ldap_rebind.h13
-rw-r--r--include/apr_ldap_url.h7
4 files changed, 19 insertions, 7 deletions
diff --git a/include/apr_ldap_init.h b/include/apr_ldap_init.h
index 1736aacd..aeb6d9bb 100644
--- a/include/apr_ldap_init.h
+++ b/include/apr_ldap_init.h
@@ -22,8 +22,7 @@
#define APR_LDAP_INIT_H
/**
- * @defgroup APR_Util_LDAP LDAP
- * @ingroup APR_Util
+ * @addtogroup APR_Util_LDAP
* @{
*/
diff --git a/include/apr_ldap_option.h b/include/apr_ldap_option.h
index 69f746c4..0ff8a862 100644
--- a/include/apr_ldap_option.h
+++ b/include/apr_ldap_option.h
@@ -22,8 +22,7 @@
#define APR_LDAP_OPTION_H
/**
- * @defgroup APR_Util_LDAP LDAP
- * @ingroup APR_Util
+ * @addtogroup APR_Util_LDAP
* @{
*/
diff --git a/include/apr_ldap_rebind.h b/include/apr_ldap_rebind.h
index e1ee8043..342a17c3 100644
--- a/include/apr_ldap_rebind.h
+++ b/include/apr_ldap_rebind.h
@@ -21,13 +21,22 @@
*
* Use of this implementation is optional.
*
- * @file apu_ldap_rebind.h
+ * @file apr_ldap_rebind.h
* @brief Apache LDAP library
*/
#ifndef APU_LDAP_REBIND_H
#define APU_LDAP_REBIND_H
+/**
+ * @addtogroup APR_Util_LDAP
+ * @{
+ **/
+
+#if defined(DOXYGEN)
+#include "apr_ldap.h"
+#endif
+
/*
* Handle the case when LDAP is enabled
*/
@@ -83,5 +92,7 @@ APU_DECLARE_LDAP(apr_status_t) apr_ldap_rebind_remove(LDAP *ld);
#endif /* APR_HAS_LDAP */
+/** @} */
+
#endif /* APU_LDAP_REBIND_H */
diff --git a/include/apr_ldap_url.h b/include/apr_ldap_url.h
index 6ebda832..a71f5b3c 100644
--- a/include/apr_ldap_url.h
+++ b/include/apr_ldap_url.h
@@ -22,11 +22,14 @@
#define APR_LDAP_URL_H
/**
- * @defgroup APR_Util_LDAP LDAP
- * @ingroup APR_Util
+ * @addtogroup APR_Util_LDAP
* @{
*/
+#if defined(DOXYGEN)
+#include "apr_ldap.h"
+#endif
+
#if APR_HAS_LDAP
#include "apu.h"