Skip to content

Commit 82ab253

Browse files
committed
doc BUGFIX update format description
1 parent a64821a commit 82ab253

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/lyb.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ struct lysc_node;
4141
* after the "sibling" is printed, they are filled with actual valid metadata. As a consequence,
4242
* LYB data cannot be directly printed into streams!
4343
*
44-
* - data are preceded with information about all the used modules. It is needed because of
45-
* possible augments and deviations which must be known beforehand, otherwise schema hashes
46-
* could be matched to the wrong nodes.
44+
* - data are preceded with information about the used context. The exact same context must be used for
45+
* parsing the data to guarantee that all the schema nodes get the same hash.
4746
*
4847
* This is a short summary of the format:
4948
* @verbatim

0 commit comments

Comments
 (0)