From 824748760783a9e9dd26c19446676a04b41f09b9 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 25 Jun 2014 07:03:18 -0400 Subject: [PATCH] Doxygen is stupid, so delete doxygen comments. It keeps complaining that "ctx" isn't documented. Fine. Go away. --- src/modules/rlm_krb5/krb5.c | 4 ---- 1 file changed, 4 deletions(-) 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) { -- 2.1.4