]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Dec 2016 03:34:46 +0000 (22:34 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 5 Dec 2016 03:34:46 +0000 (22:34 -0500)
src/modules/rlm_json/rlm_json.c
src/util/channel.c

index a6ba8a77d24141855e08197ebf3dbc582cb78310..b574cfb99fdb34585f754b76bf67de8b8e77b1c5 100644 (file)
@@ -107,6 +107,7 @@ static ssize_t jpath_validate_xlat(UNUSED TALLOC_CTX *ctx, char **out, size_t ou
 
 /** Pre-parse and validate literal jpath expressions for maps
  *
+ * @param[in] cs       #CONF_SECTION that defined the map instance.
  * @param[in] mod_inst module instance (unused).
  * @param[in] proc_inst        the cache structure to fill.
  * @param[in] src      Where to get the JSON data from.
index 6984a9373c45de3c32179702595fba7fc75aedcb..3f77601bd02587ed02cfac7f12fccec2c76fb4a5 100644 (file)
@@ -620,7 +620,8 @@ bool fr_channel_active(fr_channel_t *ch)
 
 /** Signal a channel that it is closing.
  *
- * @param[in] ch the channel
+ * @param[in] ch       The channel.
+ * @param[in] ack      Whether we're acking a previous request to close the channel.
  * @return
  *     - <0 on error
  *     - 0 on success