DDocParser.skipCodeSection

Skips over a code section and sets p one character past it.

Note: apparently DMD doesn't skip over code sections when parsing DDoc sections. However, from experience it seems to be a good idea to do that.

struct DDocParser
static
bool
skipCodeSection
()

Return Value

Type: bool

true if a code section was skipped.

Meta