From: Arran Cudbard-Bell Date: Thu, 25 Jan 2018 20:27:02 +0000 (-0700) Subject: Doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8950e5db7b871cb77683c71ddeeefbb6d8fb887a;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/main/map.c b/src/main/map.c index ca2d8e42c87..0161a24df4a 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -824,11 +824,11 @@ static inline VALUE_PAIR **map_attr_value_check_src_dst(REQUEST *request, vp_map * @param[out] out Where to write the #VALUE_PAIR (s), which may be NULL if not found * @param[in] request The current request. * @param[in] map_in the map. The LHS (dst) has to be #TMPL_TYPE_ATTR or #TMPL_TYPE_LIST. - * @param[in] result_lhs of previous stack based rhs evaluation. + * @param[in] lhs_result of previous stack based rhs evaluation. * Must be provided for rhs types: * - TMPL_TYPE_XLAT_STRUCT * - TMPL_TYPE_EXEC (in future) - * @param[in] result_rhs of previous stack based rhs evaluation. + * @param[in] rhs_result of previous stack based rhs evaluation. * Must be provided for rhs types: * - TMPL_TYPE_XLAT_STRUCT * - TMPL_TYPE_EXEC (in future)