- generateApiIndex
void generateApiIndex(OutputStream dst, Package root_package, GeneratorSettings settings, string delegate(Entity) link_to, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateDeclPage
void generateDeclPage(OutputStream dst, Package root_package, Module mod, string nested_name, DocGroup[] docgroups, GeneratorSettings settings, string delegate(Entity) link_to, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateHtmlDocs
void generateHtmlDocs(Path dst_path, Package root, GeneratorSettings settings)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateModulePage
void generateModulePage(OutputStream dst, Package root_package, Module mod, GeneratorSettings settings, string delegate(Entity) link_to, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateSitemap
void generateSitemap(OutputStream dst, Package root_package, GeneratorSettings settings, string delegate(Entity) link_to, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
- generateSymbolsJS
void generateSymbolsJS(OutputStream dst, Package root_package, GeneratorSettings settings, string delegate(Entity) link_to)
Undocumented in source. Be warned that the author may not have intended to support it.
Generates offline documentation in the form of HTML files.