Set of FPDoc formats
Source position: fpmkunit.pp line 182
type TFPDocFormats = set of ( |
||
ffHtml, |
|
HTML format output |
ffHtm, |
|
HTM format output |
ffXHtml, |
|
XHTML format output |
ffLaTex, |
|
LaTeX format output |
ffXMLStruct, |
|
XML structured output |
ffChm |
|
Compressed HTML Help format |
); |
A set type containing one or more values from the TFPDocFormat enumeration. Allows specifying multiple documentation output formats to be generated simultaneously.