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%; }
Such descriptions may help you to understand the purpose of particular named CSS rules and to decide whether and how to substitute them.

When this options is unselected (false), no descriptions will be added.

${include css_usage_link.htm}