From: <svn...@op...> - 2010-01-18 19:41:32
|
Author: scriptor Date: Mon Jan 18 20:41:19 2010 New Revision: 6014 URL: http://www.opensync.org/changeset/6014 Log: I have changed/corrected some of the doxygen annotations. Modified: plugins/ldap-sync/src/ldap_plugin.c plugins/ldap-sync/src/ldap_sasl.c Modified: plugins/ldap-sync/src/ldap_plugin.c ============================================================================== --- plugins/ldap-sync/src/ldap_plugin.c Mon Jan 18 20:41:09 2010 (r6013) +++ plugins/ldap-sync/src/ldap_plugin.c Mon Jan 18 20:41:19 2010 (r6014) @@ -2072,11 +2072,12 @@ * * This is necessary because of the following design decision: * Quoting from http://www.opensync.org/doxygen/group__OSyncHashtableAPI.html - * + * + * @note{ * "Entries get determined as deleted if they got * not reported as osync_hashtable_update_change(), independent of the * changetype." - * + * } * * @param ctx Libopensync context. * @param sinkenv The object type specific environment Modified: plugins/ldap-sync/src/ldap_sasl.c ============================================================================== --- plugins/ldap-sync/src/ldap_sasl.c Mon Jan 18 20:41:09 2010 (r6013) +++ plugins/ldap-sync/src/ldap_sasl.c Mon Jan 18 20:41:19 2010 (r6014) @@ -42,6 +42,8 @@ + +#ifdef LIBSASL2_FOUND /** * @brief This is a callback-function for ldap_sasl_interactive_bind_s(). * It fills the "struct sasl_interact in" (see also sasl/sasl.h) with @@ -64,7 +66,6 @@ * @returns LDAP_SASL_BIND_IN_PROGRESS in case of error, or LDAP_SUCCESS otherwise */ -#ifdef LIBSASL2_FOUND int ldap_plugin_lutil_sasl_interact (LDAP *ld, unsigned int flags, lutilSASLdefaults *defaults, void *in) { OSyncError *error = NULL; @@ -143,7 +144,8 @@ /** * - * @brief Reads in SASL authentication settings and defines some defaults. + * @brief This function reads in the SASL authentication settings and + * defines some default values. * * @param ld The LDAP connection handle. * @param mech The SASL authentication mechanism. |