Skip to content

Commit 89d756b

Browse files
committed
Formatting for the order of LYD_PARSE_ANYDATA_STRICT
1 parent 15f0c3c commit 89d756b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/parser_data.h

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,12 +195,11 @@ struct ly_in;
195195
format according to RFC 7951 based on their type. Using this
196196
option the validation can be softened to accept boolean and
197197
number type values enclosed in quotes. */
198-
#define LYD_PARSE_OPTS_MASK 0xFFFF0000 /**< Mask for all the LYD_PARSE_ options. */
199-
200198
#define LYD_PARSE_ANYDATA_STRICT 0x10000000 /**< Apply strict parsing (::LYD_PARSE_STRICT) also to anydata
201-
content. By default, unknown elements in anydata are parsed
202-
as opaque nodes. With this flag, an error is raised for any unknown
203-
elements within anydata/anyxml subtrees. */
199+
content. By default, unknown elements in anydata are parsed
200+
as opaque nodes. With this flag, an error is raised for any unknown
201+
elements within anydata/anyxml subtrees. */
202+
#define LYD_PARSE_OPTS_MASK 0xFFFF0000 /**< Mask for all the LYD_PARSE_ options. */
204203

205204
/** @} dataparseroptions */
206205

0 commit comments

Comments
 (0)