Describes how comments for a language work.

Fields

@:optionaloptionallineComment:Null<String>

The line comment token, like // this is a comment

@:optionaloptionalblockComment:Null<CharacterPair>

The block comment character pair, like /* block comment *&#47;