summaryrefslogtreecommitdiff
path: root/include/apr_ldap.h.in
diff options
context:
space:
mode:
authorianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-09-16 21:46:11 +0000
committerianh <ianh@13f79535-47bb-0310-9956-ffa450edef68>2001-09-16 21:46:11 +0000
commitce93cea2a370cec4320e0957a98c24268bc56388 (patch)
tree40f88d8227228d8aed472ff3fd927712f469548a /include/apr_ldap.h.in
parent578e1850b4a7f85dfc54ed16e17ff9355b74b505 (diff)
downloadlibapr-util-ce93cea2a370cec4320e0957a98c24268bc56388.tar.gz
Doxygen Changes
git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@58421 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ldap.h.in')
-rw-r--r--include/apr_ldap.h.in14
1 files changed, 12 insertions, 2 deletions
diff --git a/include/apr_ldap.h.in b/include/apr_ldap.h.in
index 21b66973..65d271a4 100644
--- a/include/apr_ldap.h.in
+++ b/include/apr_ldap.h.in
@@ -55,10 +55,20 @@
/*
* apr_ldap.h is generated from apr_ldap.h.in by configure -- do not edit apr_ldap.h
*/
-
+/**
+ * @file apr_ldab.h
+ * @brief APR-UTIL LDAP
+ */
#ifndef APU_LDAP_H
#define APU_LDAP_H
+/**
+ * @defgroup APR_Util_LDAP LDAP
+ * @ingroup APR_Util
+ * @{
+ */
+
+
/*
* This switches LDAP support on or off.
*/
@@ -107,6 +117,6 @@ void ldap_memfree(void *p);
#define LDAP_URL_ERR_NODN LDAP_URL_ERR_BADURL
#endif
-
+/** @} */
#endif /* APU_HAS_LDAP */
#endif /* APU_LDAP_H */