![]() |
libyang
3.13.6
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
|
Macros | |
| #define | LYS_PRINT_NO_SUBSTMT 0x10 |
| #define | LYS_PRINT_SHRINK LY_PRINT_SHRINK |
Options to change default behavior of the schema printers.
| #define LYS_PRINT_NO_SUBSTMT 0x10 |
Print only top-level/referede node information, do not print information from the substatements
Definition at line 97 of file printer_schema.h.
| #define LYS_PRINT_SHRINK LY_PRINT_SHRINK |
Flag for output without indentation and formatting new lines.
Definition at line 96 of file printer_schema.h.