Configuration
Supported Output Formats
DocBox offers several built-in output formats as well as enabling you to create your own:
Each format is configured by its alias name, such as "JSON"
or "HTML"
.
Backwards Compatibility
For backwards compatibility, specifying the full class path is still supported, as is specifying a single strategy when initializing DocBox:
Generating Multiple Outputs
You can call the .addStrategy()
method multiple times to specify multiple output formats:
Last updated