BlockComment

open class BlockComment(prefix: String, suffix: String) : CommentSyntax

The syntax that represents a multi-line comment (block comment).

Author

Richard Arriaga

Constructors

Link copied to clipboard
fun BlockComment(prefix: String, suffix: String)

Functions

Link copied to clipboard
fun comment(targetText: String): String

Comments out the provided text.

Link copied to clipboard
open override fun toggleComment(    targetText: String,     commentFullLine: Boolean,     atMinTab: Boolean): String

Toggle a comment for the provided text.

Inheritors

Link copied to clipboard
Link copied to clipboard