BlockCommentBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.BlockComment(comment, ?newlineBefore, ?newlineAfter)
Parameters:
string
-
The comment text.
?newlineBefore : bool
-
Whether to add a newline before the comment content.
?newlineAfter : bool
-
Whether to add a newline after the comment content.
Returns: WidgetBuilder<TriviaContent>
|
Extended Type:
|