Skip to content

Commit

Permalink
doc UPDATE clarify last created node
Browse files Browse the repository at this point in the history
Refs #2337
  • Loading branch information
michalvasko committed Jan 16, 2025
1 parent 03e294d commit 9c85553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree_data.h
Original file line number Diff line number Diff line change
Expand Up @@ -1591,7 +1591,7 @@ LIBYANG_API_DECL LY_ERR lyd_new_path(struct lyd_node *parent, const struct ly_ct
* @param[in] value_type Anyxml/anydata node @p value type.
* @param[in] options Bitmask of options, see @ref newvaloptions.
* @param[out] new_parent Optional first parent node created. If only one node was created, equals to @p new_node.
* @param[out] new_node Optional last node created.
* @param[out] new_node Optional last node created (in case of a list, it is the list instance, not any of the key nodes).
* @return LY_SUCCESS on success.
* @return LY_EEXIST if the final node to create exists (unless ::LYD_NEW_PATH_UPDATE is used).
* @return LY_EINVAL on invalid arguments including invalid @p path.
Expand Down

0 comments on commit 9c85553

Please sign in to comment.