libyang  2.2.8
libyang is YANG data modelling language parser and toolkit written (and providing API) in C.
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Schema output options
Collaboration diagram for Schema output options:

Macros

#define LYS_PRINT_NO_SUBSTMT   0x10
 
#define LYS_PRINT_SHRINK   LY_PRINT_SHRINK
 

Detailed Description

Options to change default behavior of the schema printers.

Macro Definition Documentation

#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.