end of single-line comments. The default is "#\n" which means that single-line comments start with a '#' and continue until a '\n' (end of line).
ScannerConfig.cpairCommentSingle
string cpairCommentSingle() @propertyGet cpairCommentSingle field.
Returns
specifies the characters at the start and
void cpairCommentSingle(string propval) @propertySet cpairCommentSingle field.
Parameters
propval | specifies the characters at the start and end of single-line comments. The default is "#\n" which means that single-line comments start with a '#' and continue until a '\n' (end of line). |