main

D Documentation Generator

Members

Functions

getCSS
string getCSS(string customCSS)

Get the CSS content to write into style.css.

ignoreParserError
void ignoreParserError(string , size_t , size_t , string , bool )

Sink used to ignore error happening when parsing a module.

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
writeDocumentation
void writeDocumentation(Config config, SymbolDatabase database, string path, File search, TocItem[] tocItems, string[] tocAdditionals)

Creates documentation for the module at the given path

Variables

anchorjs
string anchorjs;

String representing the script used to put anchors on headers.

hljs
string hljs;

String representing the script used to highlight.

searchjs
string searchjs;

String representing the script used to search.

showhidejs
string showhidejs;

String representing the script used to show or hide the navbar.

stylecss
string stylecss;

String representing the default CSS.

Meta

Authors

Brian Schott