We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a64821a commit 82ab253Copy full SHA for 82ab253
src/lyb.h
@@ -41,9 +41,8 @@ struct lysc_node;
41
* after the "sibling" is printed, they are filled with actual valid metadata. As a consequence,
42
* LYB data cannot be directly printed into streams!
43
*
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.
+ * - data are preceded with information about the used context. The exact same context must be used for
+ * parsing the data to guarantee that all the schema nodes get the same hash.
47
48
* This is a short summary of the format:
49
* @verbatim
0 commit comments