Remove param documentation from all connection callbacks
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Jun 2014 11:06:44 +0000 (12:06 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 25 Jun 2014 11:07:14 +0000 (12:07 +0100)
src/modules/rlm_ldap/ldap.c
src/modules/rlm_rest/rest.c
src/modules/rlm_yubikey/validate.c

index 19f8591..bb412f3 100644 (file)
@@ -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)
 {
index 27db0f5..cfbb9e6 100644 (file)
@@ -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)
 {
index 9486f96..8093021 100644 (file)
@@ -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)
 {