HTML Output
Generate browsable HTML documentation for your application CFCs
Last updated
Was this helpful?
Generate browsable HTML documentation for your application CFCs
Last updated
Was this helpful?
The HTML API Strategy is used to create CFC documentation based on . DocBox does not fully support all the Javadoc syntax, but hopefully it will soon.
Begin by creating an instance of DocBox
:
The following are the properties for this strategy:
projectTitle
: The HTML title used in the documentation
outputDir
: The output directory absolute path
Just pass them in the docbox.addStrategy()
call:
Now that you have an instance of DocBox configured with your strategy and its properties, just execute the generate()
method with its appropriate arguments: