Skip to content

Commit ed80d3f

Browse files
committed
doc UPDATE mention both DFS_END variants
Refs CESNET#2520
1 parent 4bd61f4 commit ed80d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tree_data.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ struct rb_node;
390390

391391
/**
392392
* @brief Macro to iterate via all elements in a data tree. This is the opening part
393-
* to the #LYD_TREE_DFS_END - they always have to be used together.
393+
* to the #LYD_TREE_DFS_END or #LYD_TREE_ANY_DFS_END - either must always be used with this macro.
394394
*
395395
* The function follows deep-first search algorithm:
396396
* <pre>

0 commit comments

Comments
 (0)