blockComment

fun blockComment(comment: String)

Emit a block comment. A best effort will be made to keep the lines of the block comment within the specified limit, accounting for indentation and comment overhead.

Parameters

comment

The block comment.

Throws

If emission fails.