Expand description
Defines defaults for working with templates.
Constantsยง
- CONFIG_
TAG_ CLOSE - The closing tag for defining a config block in a template. See
CONFIG_TAG_OPEN
for more information. - CONFIG_
TAG_ OPEN - The opening tag for defining a config block in a template.
- DIRECTORY_
TEMPLATE - The default template used to generate the directory name for a template with
StructureMode::Nested
orStructureMode::NestedGrouped
. - FILENAME_
TEMPLATE_ ANNOTATION - The default template used to generate the output filename for a template with
ContextMode::Annotation
. - FILENAME_
TEMPLATE_ BOOK - The default template used to generate the output filename for a template with
ContextMode::Book
.