Natural Docs Version 0.9 |
NaturalDocs:: BuilderA package that takes parsed source file and builds the output for it. Usage and Dependencies
Summary
OutputPackages
Returns an arrayref of the output packages available for use. The arrayref is not a copy of the data, so don’t change it. Add output packages to this list with the Add() function. RuenRuns the build process. This must be called every time Natural Docs is run, regardless of whether any source files changed or not. Some output packages have dependencies on files outside of the source tree that need to be checked. Since there are multiple stages to the build process, this function will handle its own status messages. There’s no need to print “Building files...” or something similar beforehand. |