GScannerConfig.cpairCommentSingle

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

struct GScannerConfig
char* cpairCommentSingle;