Specify whether to generate a separate style sheet file.

Although currently DocFlex cannot import or reference external HTML formatting styles, it does use lots of formatting styles internally within each generated HTML document. Such internal CSS declarations are repeating from file to file across the whole documentation. This makes sense to hold them all together in a single 'stylesheet.css' file, thereby reducing the overall size of the documentation.
Another opportunity provided by a separate CSS file is that, along with the DocFlex internal declarations, you can automatically add there your custom styles so as to use them to format the HTML markup embedded in your descriptions and annotations. For more information, see nested option: "CSS pattern file".
When this option is unselected (false), no separate style sheet file will be generated. In that case, all the internal CSS declarations used by DocFlex will be embedded in the output HTML files themselves (inside <STYLE> elements).

See Also:

"Output | Generate style sheet file | CSS pattern file" option