Skip to content

Commit 2565e0f

Browse files
Humblesawmichalvasko
authored andcommitted
tree data DOC better description of lyd_new_list3
1 parent 3d69144 commit 2565e0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tree_data.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,7 @@ LIBYANG_API_DECL LY_ERR lyd_new_list2(struct lyd_node *parent, const struct lys_
13611361
* @param[in] module Module of the node being created. If NULL, @p parent module will be used.
13621362
* @param[in] name Schema node name of the new data node. The node must be #LYS_LIST.
13631363
* @param[in] key_values Ordered key string values of the new list instance, all must be set.
1364+
* Use NULL in case of key-less list.
13641365
* @param[in] value_lengths Array of lengths of each @p key_values, may be NULL if @p key_values are 0-terminated strings.
13651366
* @param[in] options Bitmask of options, see @ref newvaloptions.
13661367
* @param[out] node Optional created node.

0 commit comments

Comments
 (0)