Function IniLikeFile.onCommentInGroup

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

void onCommentInGroup (
  string comment,
  IniLikeGroup currentGroup,
  string groupName
) @trusted;

Parameters

NameDescription
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.appendComment