CommentSyntax

interface CommentSyntax

The representation of comment syntax that can be used to comment text.

Author

Richard Arriaga

Inheritors

Functions

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

Toggle a comment for the provided text.