json parser & printer CHANGE all data types now supported
diff --git a/src/libyang.h.in b/src/libyang.h.in
index 7fa1781..40e71f8 100644
--- a/src/libyang.h.in
+++ b/src/libyang.h.in
@@ -1173,7 +1173,7 @@
are not explicitly present in the original data tree despite their
value is equal to their default value. There is the same limitation regarding
the presence of ietf-netconf-with-defaults module in libyang context. */
-#define LYP_NETCONF_XML 0x100 /**< Print the data tree for use in NETCONF (valid only for XML format print) meaning:
+#define LYP_NETCONF 0x100 /**< Print the data tree for use in NETCONF meaning:
- for RPC output - skip the top-level RPC node,
- for action output - skip all the parents of and the action node itself,
- for action input - enclose the data in an action element in the base YANG namespace,