From: Arran Cudbard-Bell Date: Fri, 5 Apr 2019 21:13:06 +0000 (-0400) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=733c6f61995ef3c3fed65f8f0a7d696ecf95d7f5;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/server/xlat_eval.c b/src/lib/server/xlat_eval.c index 0402af1ea28..a64fcf3d33a 100644 --- a/src/lib/server/xlat_eval.c +++ b/src/lib/server/xlat_eval.c @@ -686,6 +686,7 @@ static const char xlat_spaces[] = " * @param[in] request The current request. * @param[in] rctx Opaque (to us), resume ctx provided by the xlat function * when it yielded. + * @param[in] action What the request should do (the type of signal). */ void xlat_signal(xlat_func_signal_t signal, xlat_exp_t const *exp, REQUEST *request, void *rctx, fr_state_signal_t action) diff --git a/src/lib/unlang/xlat.c b/src/lib/unlang/xlat.c index fbc3195ee99..d72bce3a169 100644 --- a/src/lib/unlang/xlat.c +++ b/src/lib/unlang/xlat.c @@ -320,7 +320,7 @@ xlat_action_t unlang_xlat_yield(REQUEST *request, * * @param[in] request The current request. * @param[in] rctx created by #unlang_module. - * @param[in] action to signal. + * @param[in] action What the request should do (the type of signal). */ static void unlang_xlat_signal(REQUEST *request, void *rctx, fr_state_signal_t action) {