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.
true if a code section was skipped.
See Implementation
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.