Perform highlighting on code section.
DDOC string can contains embedded code. Those code can be highlighted by means of macros (keywork will be surrounded by $(D_KEYWORD), comments by $(D_COMMENT), etc... This module performs the highlighting.
Parses a string and replace embedded code (code between at least 3 '-') with the relevant macros.
See Source File
Brian Schott, Mathias 'Geod24' Lang
© 2014 Economic Modeling Specialists, Intl.
Boost License 1.0
Perform highlighting on code section.
DDOC string can contains embedded code. Those code can be highlighted by means of macros (keywork will be surrounded by $(D_KEYWORD), comments by $(D_COMMENT), etc... This module performs the highlighting.