ScannerConfig.skipCommentMulti

uint skipCommentMulti() @property

Get skipCommentMulti field.

Returns

specifies if multi-line comments are skipped

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

void skipCommentMulti(uint propval) @property

Set skipCommentMulti field.

Parameters

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