This option allows you to frame the CSS declarations generated by DocFlex into your own CSS file.
It may be useful when you need to add automatically in the style sheet generated by DocFlex your custom styles so as to use them to format the HTML markup embedded in your descriptions/annotations.
To do this, you will need to prepare a special CSS pattern file looking like the following:
...
...
/* docflex-styles */
...
The line '/* docflex-styles */'
is important.
DocFlex styles will be inserted in place of that comment.
If it is absent, DocFlex will add its styles after your content
(what was found in the initial file).
The name of the result CSS file (generated by DocFlex) will be the same as the name of your CSS pattern file. Thereby you can assign your own name to the result CSS file found in the generated documentation.
If the CSS pattern file is not specified, the default 'stylesheet.css'
file name will be used.
See Also:
"Output | Generate style sheet file" option