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:04:54 UTC

svn commit: r745772 - in /apr/apr-util/branches/1.4.x: ./ include/apr_ldap_init.h include/apr_ldap_option.h include/apr_ldap_rebind.h include/apr_ldap_url.h

Author: bojan
Date: Thu Feb 19 08:04:54 2009
New Revision: 745772

URL: http://svn.apache.org/viewvc?rev=745772&view=rev
Log:
Backport r745771 from the trunk.
Include all LDAP documentation.

Modified:
    apr/apr-util/branches/1.4.x/   (props changed)
    apr/apr-util/branches/1.4.x/include/apr_ldap_init.h
    apr/apr-util/branches/1.4.x/include/apr_ldap_option.h
    apr/apr-util/branches/1.4.x/include/apr_ldap_rebind.h
    apr/apr-util/branches/1.4.x/include/apr_ldap_url.h

Propchange: apr/apr-util/branches/1.4.x/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Feb 19 08:04:54 2009
@@ -1 +1 @@
-/apr/apr-util/trunk:731033-731034,731225,731236,731291,731293,731379,743986,744009
+/apr/apr-util/trunk:731033-731034,731225,731236,731291,731293,731379,743986,744009,745771

Modified: apr/apr-util/branches/1.4.x/include/apr_ldap_init.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_ldap_init.h?rev=745772&r1=745771&r2=745772&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_ldap_init.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_ldap_init.h Thu Feb 19 08:04:54 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/branches/1.4.x/include/apr_ldap_option.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_ldap_option.h?rev=745772&r1=745771&r2=745772&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_ldap_option.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_ldap_option.h Thu Feb 19 08:04:54 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/branches/1.4.x/include/apr_ldap_rebind.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_ldap_rebind.h?rev=745772&r1=745771&r2=745772&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_ldap_rebind.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_ldap_rebind.h Thu Feb 19 08:04:54 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/branches/1.4.x/include/apr_ldap_url.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_ldap_url.h?rev=745772&r1=745771&r2=745772&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_ldap_url.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_ldap_url.h Thu Feb 19 08:04:54 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"