Skip to content

Commit 7fc525a

Browse files
committed
doc UPDATE reference hints
1 parent 260f4e1 commit 7fc525a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/tree_data.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,8 @@ LIBYANG_API_DECL LY_ERR lyd_new_path(struct lyd_node *parent, const struct ly_ct
14911491
* but can be a data tree based on @p options. For other node types, it should be NULL.
14921492
* @param[in] value_size_bits Size of @p value in bits. Does not have to be set if a 0-terminated string and XML or
14931493
* JSON value format. Ignored when creating anyxml/anydata nodes.
1494-
* @param[in] any_hints Hints for @p value when creating an anyxml/anydata node.
1494+
* @param[in] any_hints Hints for @p value when creating an anyxml/anydata node. Bitmap of [val hints](@ref lydvalhints)
1495+
* and [node hints](@ref lydnodehints).
14951496
* @param[in] options Bitmask of options, see @ref newvaloptions.
14961497
* @param[out] new_parent Optional first parent node created. If only one node was created, equals to @p new_node.
14971498
* @param[out] new_node Optional target node of @p path (the last created node, the list instance in case of a list).

0 commit comments

Comments
 (0)