Function IniLikeFile.onCommentInGroup
Add comment for group. This function is called only in constructor and can be reimplemented in derived classes.
Parameters
Name | Description |
---|---|
comment | Comment line to add. |
currentGroup | The group returned recently by createGroup during parsing. Can be null (e.g. if discarded) |
groupName | The name of the currently parsed group. Set even if currentGroup is null. |
See Also
createGroup
, IniLikeGroup