From: Arran Cudbard-Bell Date: Mon, 5 Dec 2016 03:34:46 +0000 (-0500) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c28c474bbdcb09824e55a34fc963c2cd87d08f0;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/modules/rlm_json/rlm_json.c b/src/modules/rlm_json/rlm_json.c index a6ba8a77d24..b574cfb99fd 100644 --- a/src/modules/rlm_json/rlm_json.c +++ b/src/modules/rlm_json/rlm_json.c @@ -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. diff --git a/src/util/channel.c b/src/util/channel.c index 6984a9373c4..3f77601bd02 100644 --- a/src/util/channel.c +++ b/src/util/channel.c @@ -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