]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Apr 2019 21:13:06 +0000 (17:13 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 5 Apr 2019 21:13:12 +0000 (17:13 -0400)
src/lib/server/xlat_eval.c
src/lib/unlang/xlat.c

index 0402af1ea284f872602f5c3bab97936cf278c81b..a64fcf3d33a98f3f9e2125db8d44df001596b52e 100644 (file)
@@ -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)
index fbc3195ee99154bbc1eb0a087c43861ae7a56fd3..d72bce3a169c6ba7b05a2ede39db879087a8f388 100644 (file)
@@ -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)
 {