IniLikeFile.onCommentInGroup

Add comment for group. This function is called only in constructor and can be reimplemented in derived classes.

class IniLikeFile
protected @trusted
void
onCommentInGroup

Parameters

comment string

Comment line to add.

currentGroup IniLikeGroup

The group returned recently by createGroup during parsing. Can be null (e.g. if discarded)

groupName string

The name of the currently parsed group. Set even if currentGroup is null.

See Also

Meta