Construct a comment
the body of the comment
CommentException if the comment body is illegal (contains "--" or exactly equals "-")
auto item = new Comment("This is a comment"); // constructs <!--This is a comment-->
See Implementation
Construct a comment