
Documentation excerpts do render in the Css output, but are commented out.
Block documentation refers to documentation markup where the documentation item spans an entire line.
Block documentation can be a single line, or can span multiple lines.
/// This is a sample xCss documentation line
/// with a second line as well.
div #menu
{
color: #f00; /// red
}