gendoc.misc

Misc types or functions

Provides versatile misc functions.

Members

Enums

MacroType
enum MacroType

Functions

expandMacro
T expandMacro(T str, Func mapFunc)
T expandMacro(T str, MAP map)

Expands macro variables contained within a str

Meta