View Source on Github

Attributes

DOUBLE_SLASH

Represents a single-line comment starting with //.

SLASH_STAR

Represents a multi-line comment enclosed in /* */.

UNKNOWN

Represents an unknown or unrecognized comment type.

Was this page helpful?