Skip to content

Commit 7c2648e

Browse files
committed
printer data DOC fix corrupted comment
1 parent d0c3bac commit 7c2648e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/printer_data.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ struct ly_out;
8585
specified. */
8686
#define LYD_PRINT_WD_TRIM 0x10 /**< Trim mode avoids printing the nodes with the value equal to their
8787
default value */
88-
#define LYD_PRINT_WD_ALL 0x20 /**< With this option, theInclude implicit default nodes */
88+
#define LYD_PRINT_WD_ALL 0x20 /**< With this option, all the nodes are printed as none of them are
89+
considered default */
8990
#define LYD_PRINT_WD_ALL_TAG 0x40 /**< Same as ::LYD_PRINT_WD_ALL but also adds attribute 'default' with value 'true' to
9091
all nodes that has its default value. The 'default' attribute has namespace:
9192
urn:ietf:params:xml:ns:netconf:default:1.0 and thus the attributes are

0 commit comments

Comments
 (0)