]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Jun 2018 03:27:18 +0000 (23:27 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 28 Jun 2018 03:27:18 +0000 (23:27 -0400)
src/main/radmin.c
src/modules/proto_control/proto_control.c
src/modules/proto_detail/proto_detail.c
src/modules/proto_radius/proto_radius.c
src/modules/rlm_radius/rlm_radius.c

index f907faf3486e3fbaaa8b215cfe0e1a79e0449809..aa7895fac6b6473144849ca851603a9cc88b95c0 100644 (file)
@@ -17,7 +17,7 @@
 /**
  * $Id$
  *
- * @file radmin.c
+ * @file src/main/radmin.c
  * @brief Internal implementation of radmin
  *
  * @copyright 2018 The FreeRADIUS server project
index 9cfa3d3b7040dd0f9260b5644b92ca47dc025e10..6ab7ad2d079438c3fc826ef7e382967cc974306d 100644 (file)
@@ -122,6 +122,7 @@ static int type_parse(TALLOC_CTX *ctx, void *out, UNUSED void *parent, CONF_ITEM
  *
  * @param[in] ctx      to allocate data in (instance of proto_control).
  * @param[out] out     Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent   Base structure address.
  * @param[in] ci       #CONF_PAIR specifying the name of the type module.
  * @param[in] rule     unused.
  * @return
index 1c6a8bd9a900fead8244d58457e3d50b24e4cae7..78a1c9ba671d718ea02f369ba164617fe318de75 100644 (file)
@@ -192,6 +192,7 @@ static int type_parse(TALLOC_CTX *ctx, void *out, UNUSED void *parent, CONF_ITEM
  *
  * @param[in] ctx      to allocate data in (instance of proto_detail).
  * @param[out] out     Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent   Base structure address.
  * @param[in] ci       #CONF_PAIR specifying the name of the type module.
  * @param[in] rule     unused.
  * @return
index 48f22d8bfe1b7185e8f306633523946159c5bcd7..4670e176425d0c19e332f76575979fa89a148fe1 100644 (file)
@@ -128,6 +128,7 @@ static int priority_parse(UNUSED TALLOC_CTX *ctx, void *out, UNUSED void *parent
  *
  * @param[in] ctx      to allocate data in (instance of proto_radius).
  * @param[out] out     Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent   Base structure address.
  * @param[in] ci       #CONF_PAIR specifying the name of the type module.
  * @param[in] rule     unused.
  * @return
@@ -244,6 +245,7 @@ static int type_parse(TALLOC_CTX *ctx, void *out, UNUSED void *parent, CONF_ITEM
  *
  * @param[in] ctx      to allocate data in (instance of proto_radius).
  * @param[out] out     Where to write a dl_instance_t containing the module handle and instance.
+ * @param[in] parent   Base structure address.
  * @param[in] ci       #CONF_PAIR specifying the name of the type module.
  * @param[in] rule     unused.
  * @return
index c5df0a2fb592a22b821db0ce3d0f0489ce46a239..ad47cbd1885fd0271d66b29eea41b213ecf3ea06 100644 (file)
@@ -327,6 +327,7 @@ static int status_check_type_parse(UNUSED TALLOC_CTX *ctx, void *out, UNUSED voi
  *
  * @param[in] ctx      to allocate data in (instance of proto_radius).
  * @param[out] out     Where to write our parsed data
+ * @param[in] parent   Base structure address.
  * @param[in] ci       #CONF_SECTION specifying the things to update
  * @param[in] rule     unused.
  * @return