class DocumentGenerator
new DocumentGenerator(compiler : Compiler, templatePath : string, outputPath : string)
compiler |
Compiler instance |
templatePath |
a directory which has document resources (template.html and style.css) |
outputPath |
the output directory |
function setPathFilter(pathFilter : function (:string) : boolean)
: DocumentGenerator
function buildDoc()
: void