You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by bo...@apache.org on 2009/02/19 09:02:43 UTC

svn commit: r745771 - in /apr/apr-util/trunk/include: apr_ldap_init.h apr_ldap_option.h apr_ldap_rebind.h apr_ldap_url.h

Author: bojan
Date: Thu Feb 19 08:02:42 2009
New Revision: 745771

URL: http://svn.apache.org/viewvc?rev=745771&view=rev
Log:
Include all LDAP documentation.

Modified:
    apr/apr-util/trunk/include/apr_ldap_init.h
    apr/apr-util/trunk/include/apr_ldap_option.h
    apr/apr-util/trunk/include/apr_ldap_rebind.h
    apr/apr-util/trunk/include/apr_ldap_url.h

Modified: apr/apr-util/trunk/include/apr_ldap_init.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ldap_init.h?rev=745771&r1=745770&r2=745771&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap_init.h (original)
+++ apr/apr-util/trunk/include/apr_ldap_init.h Thu Feb 19 08:02:42 2009
@@ -22,8 +22,7 @@
 #define APR_LDAP_INIT_H
 
 /**
- * @defgroup APR_Util_LDAP LDAP
- * @ingroup APR_Util
+ * @addtogroup APR_Util_LDAP
  * @{
  */
 

Modified: apr/apr-util/trunk/include/apr_ldap_option.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ldap_option.h?rev=745771&r1=745770&r2=745771&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap_option.h (original)
+++ apr/apr-util/trunk/include/apr_ldap_option.h Thu Feb 19 08:02:42 2009
@@ -22,8 +22,7 @@
 #define APR_LDAP_OPTION_H
 
 /**
- * @defgroup APR_Util_LDAP LDAP
- * @ingroup APR_Util
+ * @addtogroup APR_Util_LDAP
  * @{
  */
 

Modified: apr/apr-util/trunk/include/apr_ldap_rebind.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ldap_rebind.h?rev=745771&r1=745770&r2=745771&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap_rebind.h (original)
+++ apr/apr-util/trunk/include/apr_ldap_rebind.h Thu Feb 19 08:02:42 2009
@@ -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 @@
 
 #endif /* APR_HAS_LDAP */
 
+/** @} */
+
 #endif /* APU_LDAP_REBIND_H */
 

Modified: apr/apr-util/trunk/include/apr_ldap_url.h
URL: http://svn.apache.org/viewvc/apr/apr-util/trunk/include/apr_ldap_url.h?rev=745771&r1=745770&r2=745771&view=diff
==============================================================================
--- apr/apr-util/trunk/include/apr_ldap_url.h (original)
+++ apr/apr-util/trunk/include/apr_ldap_url.h Thu Feb 19 08:02:42 2009
@@ -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"