From: Alan T. DeKok Date: Wed, 25 Jun 2014 11:03:18 +0000 (-0400) Subject: Doxygen is stupid, so delete doxygen comments. X-Git-Tag: release_3_0_4_rc2~198 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=824748760783a9e9dd26c19446676a04b41f09b9;p=freeradius.git Doxygen is stupid, so delete doxygen comments. It keeps complaining that "ctx" isn't documented. Fine. Go away. --- diff --git a/src/modules/rlm_krb5/krb5.c b/src/modules/rlm_krb5/krb5.c index af96238..b70d0d1 100644 --- a/src/modules/rlm_krb5/krb5.c +++ b/src/modules/rlm_krb5/krb5.c @@ -117,10 +117,6 @@ static int _mod_conn_free(rlm_krb5_handle_t *conn) { * libkrb5(s) can talk to the KDC over TCP. Were assuming something sane is implemented * by libkrb5 and that it does connection caching associated with contexts, so it's * worth using a connection pool to preserve connections when workers die. - * - * @param ctx to allocate connection handle memory in. - * @param instance rlm_krb5 instance instance. - * @return A new context or NULL on error. */ void *mod_conn_create(TALLOC_CTX *ctx, void *instance) {