CommentIndex.Comment

Undocumented in source.

Constructors

this
this(Token token)
Undocumented in source.

Members

Functions

indentAmount
size_t indentAmount()
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Comment s)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(uint s)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

column
uint column;
Undocumented in source.
content
string content;
Undocumented in source.
extent
SourceRange extent;
Undocumented in source.
line
uint line;
Undocumented in source.
offset
uint offset;
Undocumented in source.

Meta