Skip to content

Commit

Permalink
Doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 25, 2018
1 parent 1123601 commit 8950e5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/map.c
Expand Up @@ -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)
Expand Down

0 comments on commit 8950e5d

Please sign in to comment.