From: Arran Cudbard-Bell Date: Tue, 14 Nov 2017 23:14:55 +0000 (+0000) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e64d9dfb08dfc3f65496fdf98509059570023f8d;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 178fdd54240..06eb9ee2e31 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -2648,6 +2648,7 @@ static void unlang_push_xlat(TALLOC_CTX *ctx, fr_value_box_t **out, * @param[in] ctx To allocate value boxes and values in. * @param[out] out Where to write the result of the expansion. * @param[in] request The current request. + * @param[in] xlat to evaluate. * @param[in] callback to call on unlang_resumable(). * @param[in] signal_callback to call on unlang_action(). * @param[in] uctx to pass to the callbacks. diff --git a/src/main/xlat_eval.c b/src/main/xlat_eval.c index ffd887eb39f..6e7af342a0a 100644 --- a/src/main/xlat_eval.c +++ b/src/main/xlat_eval.c @@ -497,7 +497,8 @@ static const char xlat_spaces[] = " * Once evaluation is complete, the caller * should call us with the same #xlat_exp_t and the * result of the nested evaluation in result. - * @param[in,out] whether we processed an alternate. + * @param[in,out] alternate Whether we processed, or have previously processed + * the alternate. * @param[in] request the current request. * @param[in,out] in xlat node to evaluate. Advanced as we process * additional #xlat_exp_t.