]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Nov 2017 23:14:55 +0000 (23:14 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 14 Nov 2017 23:14:55 +0000 (23:14 +0000)
src/main/unlang_interpret.c
src/main/xlat_eval.c

index 178fdd54240f2038aabe6d3f507cc968abbb5dd9..06eb9ee2e31dac4589e2309baebe3cfb18a0b723 100644 (file)
@@ -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.
index ffd887eb39ff91961258fce3e11546beee284ddc..6e7af342a0a2e7ffec9b3b7fb96fa2100da9ea1a 100644 (file)
@@ -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.