- generateDocumentation
void generateDocumentation(string outputDirectory, string indexContent, string[string] macros, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- getFilesToProcess
string[] getFilesToProcess(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
- main
int main(string[] args)
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.
- writeDocumentation
void writeDocumentation(string outputDirectory, string path, string[string] macros, string moduleName, string location, File search)
Creates documentation for the module at the given path
D Documentation Generator