Skip to content

Commit 9da7ae9

Browse files
committed
libyang DOC removed non-existing function
1 parent 8cb207b commit 9da7ae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libyang.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,7 @@ const struct lys_submodule *ly_ctx_get_submodule2(const struct lys_module *main_
14131413
*
14141414
* This function is meant as a utility function to ease getting a specific schema node
14151415
* directly from context having \p data_path a const immutable string. Generally,
1416-
* it is better to use lyd_find_path(), lys_find_path(), or ly_ctx_find_path(). Also,
1416+
* it is better to use lyd_find_path() or lys_find_path(). Also,
14171417
* it is possible to transform data paths into schema paths using ly_path_data2schema().
14181418
*
14191419
* @param[in] ctx Context to work in. Must be set if \p start is NULL.

0 commit comments

Comments
 (0)