main

D Documentation Generator

Members

Functions

doNothing
void doNothing(string , size_t , size_t , string , bool )
Undocumented in source. Be warned that the author may not have intended to support it.
generateDocumentation
void generateDocumentation(Config config)
Undocumented in source. Be warned that the author may not have intended to support it.
getCSS
string getCSS(string customCSS)

Get the CSS content to write into style.css.

getFilesToProcess
string[] getFilesToProcess(Config config)

Get .d/.di files to process.

main
int main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
peakMemoryUsageK
ulong peakMemoryUsageK()
Undocumented in source. Be warned that the author may not have intended to support it.
readMacros
string[string] readMacros(string[] macroFiles)
Undocumented in source. Be warned that the author may not have intended to support it.
uniformCodeStyle
void uniformCodeStyle(string[string] macros)
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

hljs
string hljs;
Undocumented in source.
searchjs
string searchjs;
Undocumented in source.
showhidejs
string showhidejs;
Undocumented in source.
stylecss
string stylecss;
Undocumented in source.

Meta

Authors

Brian Schott