ScannerConfig.cpairCommentSingle

Set cpairCommentSingle field.

  1. string cpairCommentSingle [@property getter]
  2. string cpairCommentSingle [@property setter]
    class ScannerConfig
    @property
    void
    cpairCommentSingle
    (
    string propval
    )

Parameters

propval string

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).