Config.skipComments

Whether the comments should be skipped while parsing.

If skipComments == SkipComments.yes, any entities of type EntityType.comment will be omitted from the parsing results, and they will not be validated beyond what is required to parse past them.

Defaults to SkipComments.no.

struct Config
auto skipComments = SkipComments.no;

Meta