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 d0c3bac commit 7c2648eCopy full SHA for 7c2648e
src/printer_data.h
@@ -85,7 +85,8 @@ struct ly_out;
85
specified. */
86
#define LYD_PRINT_WD_TRIM 0x10 /**< Trim mode avoids printing the nodes with the value equal to their
87
default value */
88
-#define LYD_PRINT_WD_ALL 0x20 /**< With this option, theInclude implicit default nodes */
+#define LYD_PRINT_WD_ALL 0x20 /**< With this option, all the nodes are printed as none of them are
89
+ considered default */
90
#define LYD_PRINT_WD_ALL_TAG 0x40 /**< Same as ::LYD_PRINT_WD_ALL but also adds attribute 'default' with value 'true' to
91
all nodes that has its default value. The 'default' attribute has namespace:
92
urn:ietf:params:xml:ns:netconf:default:1.0 and thus the attributes are
0 commit comments