Natural Docs Version 1.2 |
NaturalDocs:: Builder:: HTML
A package that generates output in HTML. All functions are called with Package->Function() notation. Summary
INIT
Registers the package with NaturalDocs::Builder. BuildFile
Builds the output file from the parsed source file. Parameters
UpdateFile
Updates an output file. Replaces the menu, HTML title, and footer. It opens the output file, makes the changes, and saves it back to disk, which is much quicker than rebuilding the file from scratch if these were the only things that changed. Parameters
UpdateIndex
Updates an index’s output file. Replaces the menu and footer. It opens the output file, makes the changes, and saves it back to disk, which is much quicker than rebuilding the file from scratch if these were the only things that changed. Parameters
|
||||||||||||||||||||||||||||||||||||||||||||
sub INIT |
sub CommandLineOption |
| ||||||||||
sub BuildIndex #(type) |
sub UpdateMenu |
sub UpdateFile #(sourceFile) |
sub UpdateIndex #(type) |