Specify whether to add the descriptions of template formatting styles to the named CSS rules generated from them.
When this option is selected (true
),
the descriptions of template styles (specified in templates)
will appear as CSS comments before the definitions of the respective
named CSS rule
generated from those styles.
For example:
/*
* Used for "About" section added at the bottom
* of each generated document.
*/
span.about { font-family: "Arial", sans-serif;
font-size: 84%; }
When this options is unselected (false
),
no descriptions will be added.
${include css_usage_link.htm}