Doxygen is stupid, so delete doxygen comments.
authorAlan T. DeKok <aland@freeradius.org>
Wed, 25 Jun 2014 11:03:18 +0000 (07:03 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 25 Jun 2014 11:03:47 +0000 (07:03 -0400)
It keeps complaining that "ctx" isn't documented.  Fine.  Go away.

src/modules/rlm_krb5/krb5.c

index af96238..b70d0d1 100644 (file)
@@ -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)
 {