The legacy-html-all generator creates a single all.html file containing all API documentation modules in one file, based on the output from the legacy-html generator.
Attributes
output:
stringThe directory where
all.html
will be written.templatePath?:
stringPath to the HTML template file. Inherited from
legacy-html
.
Default:
'template.html'
.minify?:
booleanWhether to minify the output HTML. Inherited from
global
.
Default:
true
.version?:
ObjectVersion object containing version information. Inherited
from
global
.
Default:
process.version
.