|
Constructor for stylesheet_comment
.
stylesheet_comment::stylesheet_comment( const std::string& comment );
The comment body for the comment. This string should not include the comment delimiters '/*' and '*/'.
stylesheet_comment
has no default constructor, since a stylesheet comment normally has a comment body. Thus, the comment body is always
specified in the object's construction. After constructing the stylesheet_comment, it cannot be changed. It can be removed easily, however, and
replaced with a new comment.
Constant