]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update doxygen
authorAlan T. DeKok <aland@freeradius.org>
Wed, 31 Aug 2022 13:18:30 +0000 (09:18 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 14 Sep 2022 02:02:56 +0000 (22:02 -0400)
src/lib/util/pair.h

index 97959743ac1401f9513cadc332af5accf3b0c81b..6b90ab611053d4637401e0917506cbfcf33f5d41 100644 (file)
@@ -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, \