Skip to content

Commit 323a8a5

Browse files
committed
schema tree DOC invalid comment removed
Fixes #514
1 parent f03a3d3 commit 323a8a5

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/tree_schema.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,8 +1990,6 @@ struct lys_ident {
19901990
/**
19911991
* @brief Load a schema into the specified context.
19921992
*
1993-
* LY_IN_YANG (YANG) format is not yet supported.
1994-
*
19951993
* @param[in] ctx libyang context where to process the data model.
19961994
* @param[in] data The string containing the dumped data model in the specified
19971995
* format.
@@ -2003,8 +2001,6 @@ const struct lys_module *lys_parse_mem(struct ly_ctx *ctx, const char *data, LYS
20032001
/**
20042002
* @brief Read a schema from file descriptor into the specified context.
20052003
*
2006-
* LY_IN_YANG (YANG) format is not yet supported.
2007-
*
20082004
* \note Current implementation supports only reading data from standard (disk) file, not from sockets, pipes, etc.
20092005
*
20102006
* @param[in] ctx libyang context where to process the data model.
@@ -2018,8 +2014,6 @@ const struct lys_module *lys_parse_fd(struct ly_ctx *ctx, int fd, LYS_INFORMAT f
20182014
/**
20192015
* @brief Load a schema into the specified context from a file.
20202016
*
2021-
* LY_IN_YANG (YANG) format is not yet supported.
2022-
*
20232017
* @param[in] ctx libyang context where to process the data model.
20242018
* @param[in] path Path to the file with the model in the specified format.
20252019
* @param[in] format Format of the input data (YANG or YIN).

0 commit comments

Comments
 (0)