]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
doxygen
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Jan 2020 18:21:27 +0000 (13:21 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 7 Jan 2020 18:23:18 +0000 (13:23 -0500)
src/modules/rlm_unbound/io.c
src/modules/rlm_unbound/io.h
src/modules/rlm_unbound/log.h

index 983397e97eeb90bc8a09060b41ece6fb0b5df219..66d66b0f313bbfac8e47d4aba9713a9f62a26922 100644 (file)
@@ -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.
index 37f8237d6d5adc4e91a41ae4096fb9a180825178..9469b4cdb038577463fdd3cd32568d871ff528cc 100644 (file)
@@ -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)
index 32ccabbac392522176cd67b15922a0ac94cea565..395b347a864ba4a3d1ee6e6d01e7130fa70c9324 100644 (file)
@@ -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)