From: Alan T. DeKok Date: Tue, 7 Jan 2020 18:21:27 +0000 (-0500) Subject: doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1eedb0521228d0d78e04f62e68eea5d8bb46f3f;p=thirdparty%2Ffreeradius-server.git doxygen --- diff --git a/src/modules/rlm_unbound/io.c b/src/modules/rlm_unbound/io.c index 983397e97ee..66d66b0f313 100644 --- a/src/modules/rlm_unbound/io.c +++ b/src/modules/rlm_unbound/io.c @@ -472,7 +472,7 @@ static int _event_base_free(unbound_io_event_base_t *ev_b) * * @param[in] ctx Talloc ctx to allocate even base in. * @param[out] ev_b_out Event base. Free with talloc_free. - * @parma[in] el To use to run the unbound event loop. + * @param[in] el To use to run the unbound event loop. * @return * - 0 on success. * - -1 on failure. diff --git a/src/modules/rlm_unbound/io.h b/src/modules/rlm_unbound/io.h index 37f8237d6d5..9469b4cdb03 100644 --- a/src/modules/rlm_unbound/io.h +++ b/src/modules/rlm_unbound/io.h @@ -19,7 +19,7 @@ * $Id$ * * @brief Function prototypes and datatypes for the REST (HTTP) transport. - * @file rlm_unbound/unbound.h + * @file rlm_unbound/io.h * * @copyright 2019 The FreeRADIUS server project * @copyright 2019 Arran Cudbard-Bell (a.cudbardb@freeradius.org) diff --git a/src/modules/rlm_unbound/log.h b/src/modules/rlm_unbound/log.h index 32ccabbac39..395b347a864 100644 --- a/src/modules/rlm_unbound/log.h +++ b/src/modules/rlm_unbound/log.h @@ -19,7 +19,7 @@ * $Id$ * * @brief Function prototypes and datatypes for the REST (HTTP) transport. - * @file rlm_unbound/unbound.h + * @file rlm_unbound/log.h * * @copyright 2019 The FreeRADIUS server project * @copyright 2019 Arran Cudbard-Bell (a.cudbardb@freeradius.org)