Lexer

Lexer for DDoc comments.

Constructors

this
this(string text, bool skipHeader)

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
const(Token) front()
Undocumented in source. Be warned that the author may not have intended to support it.
inlineCodeIndex
size_t inlineCodeIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
lexWord
void lexWord()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_empty
bool _empty;
Undocumented in source.
current
Token current;
Undocumented in source.
offset
size_t offset;
Undocumented in source.
parseHeader
bool parseHeader;
Undocumented in source.
text
string text;
Undocumented in source.

Meta