Skip to content

Commit 4844516

Browse files
committed
Fix doxygen
1 parent d57ce27 commit 4844516

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/main/evaluate.c

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,7 @@ static VALUE_PAIR *get_cast_vp(REQUEST *request, value_pair_tmpl_t const *vpt, D
283283
* @param[in] request the REQUEST
284284
* @param[in] modreturn the previous module return code
285285
* @param[in] depth of the recursion (only used for debugging)
286-
* @param[in] map the map to evaluate
287-
* @param[in] iflag for regex case-insensitive comparisons
288-
* @param[in] cast of the data type to use for evaluations.
286+
* @param[in] c the condition to evaluate
289287
* @return -1 on error, 0 for "no match", 1 for "match".
290288
*/
291289
int radius_evaluate_map(REQUEST *request, UNUSED int modreturn, UNUSED int depth,

0 commit comments

Comments
 (0)