Code comment. Either multi-line or single-line.
Constructs comment.
Rest
Lines of comment text.
Comment line count. When 0 the comment is considered empty.
0
Static
Empty comment. I.e. comment with zero lines.
Appends comment to some code.
Code to comment.
Optional
Optional comment prefix
Commented code.
Prints block comment to the given code output.
Does nothing if comment is empty.
Code output.
Builds a string representation of this comment.
A prefix to place to comment text.
String containing block comment.
Converts the given input into comment.
input
Splits input onto lines.
Converts empty input to empty comment.
Returns the input comment instance as is.
Comment input.
Comment instance.
Generated using TypeDoc
Code comment. Either multi-line or single-line.