ScannerConfig.skipCommentSingle

uint skipCommentSingle() @property

Get skipCommentSingle field.

Returns

specifies if single-line comments are skipped

and not returned as tokens (the default is true).

void skipCommentSingle(uint propval) @property

Set skipCommentSingle field.

Parameters

propvalspecifies if single-line comments are skipped and not returned as tokens (the default is true).