From: Arran Cudbard-Bell Date: Wed, 25 Jun 2014 11:06:44 +0000 (+0100) Subject: Remove param documentation from all connection callbacks X-Git-Tag: release_3_0_4_rc2~197 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=4b91f54e459687739ed45ba64d1dcd9d45384cab Remove param documentation from all connection callbacks --- diff --git a/src/modules/rlm_ldap/ldap.c b/src/modules/rlm_ldap/ldap.c index 19f8591..bb412f3 100644 --- a/src/modules/rlm_ldap/ldap.c +++ b/src/modules/rlm_ldap/ldap.c @@ -1109,10 +1109,6 @@ static int _mod_conn_free(ldap_handle_t *conn) /** Create and return a new connection * * Create a new ldap connection and allocate memory for a new rlm_handle_t - * - * @param ctx to allocate connection handle memory in. - * @param instance rlm_ldap instance. - * @return A new connection handle or NULL on error. */ void *mod_conn_create(TALLOC_CTX *ctx, void *instance) { diff --git a/src/modules/rlm_rest/rest.c b/src/modules/rlm_rest/rest.c index 27db0f5..cfbb9e6 100644 --- a/src/modules/rlm_rest/rest.c +++ b/src/modules/rlm_rest/rest.c @@ -318,10 +318,6 @@ static int _mod_conn_free(rlm_rest_handle_t *randle) * @see fr_connection_pool_init * @see fr_connection_create_t * @see connection.c - * - * @param[in] instance configuration data. - * @return connection handle or NULL if the connection failed or couldn't - * be initialised. */ void *mod_conn_create(TALLOC_CTX *ctx, void *instance) { diff --git a/src/modules/rlm_yubikey/validate.c b/src/modules/rlm_yubikey/validate.c index 9486f96..8093021 100644 --- a/src/modules/rlm_yubikey/validate.c +++ b/src/modules/rlm_yubikey/validate.c @@ -33,11 +33,6 @@ static int _mod_conn_free(ykclient_handle_t **yandle) * @see fr_connection_pool_init * @see fr_connection_create_t * @see connection.c - * - * @param[in] ctx to allocate connection data from. - * @param[in] instance configuration data. - * @return connection handle or NULL if the connection failed or couldn't - * be initialised. */ static void *mod_conn_create(TALLOC_CTX *ctx, void *instance) {