From: Alan T. DeKok Date: Wed, 31 Aug 2022 13:18:30 +0000 (-0400) Subject: update doxygen X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faca1c4995cc8dae03111ad161642c7c5db8d9e8;p=thirdparty%2Ffreeradius-server.git update doxygen --- diff --git a/src/lib/util/pair.h b/src/lib/util/pair.h index 97959743ac1..6b90ab61105 100644 --- a/src/lib/util/pair.h +++ b/src/lib/util/pair.h @@ -624,10 +624,11 @@ fr_value_box_t *_fr_pair_dcursor_value_init(fr_dcursor_t *cursor, fr_pair_list_t * @note - the list cannot be modified, and structural attributes are not returned. * * @param[out] cursor to initialise. - * @param[in] list to iterate over. + * @param[in] list to iterate over, must be the the same list as was passed to the parent dcursor + * @param[in] parent dcursor which returns #fr_pair_t * @return * - NULL if src does not point to any items. - * - The first pair in the list. + * - The first value in the list. */ #define fr_pair_dcursor_nested_init(_cursor, _list, _parent) \ _fr_pair_dcursor_nested_init(_cursor, \