ForwardSlashAsteriskBlockComment

object ForwardSlashAsteriskBlockComment : BlockComment

The BlockComment with a prefix of forward slash (/) followed by an asterisk (*) ("\u002F\u002A") and a suffix of an asterisk (*) followed by a forward slash ("\u002A\u002F").

Author

Richard Arriaga

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.