dstep ~master (2022-03-25T04:25:58.5928612)
Dub
Repo
CommentIndex
dstep
translator
CommentIndex
Undocumented in source.
class
CommentIndex {
struct
Comment
;
this
(TranslationUnit translUnit);
this
(TranslationUnit translUnit, SourceLocation includeGuardLocation);
auto
queryComments
(uint begin, uint end);
SourceLocation
queryLastLocation
();
bool
isHeaderCommentPresent
();
SourceRange
queryHeaderCommentExtent
();
}
Constructors
this
this
(TranslationUnit translUnit)
Undocumented in source.
this
this
(TranslationUnit translUnit, SourceLocation includeGuardLocation)
Undocumented in source.
Members
Functions
isHeaderCommentPresent
bool
isHeaderCommentPresent
()
Returns true if a header comment is present.
queryComments
auto
queryComments
(uint begin, uint end)
Undocumented in source. Be warned that the author may not have intended to support it.
queryHeaderCommentExtent
SourceRange
queryHeaderCommentExtent
()
Undocumented in source. Be warned that the author may not have intended to support it.
queryLastLocation
SourceLocation
queryLastLocation
()
Undocumented in source. Be warned that the author may not have intended to support it.
Structs
Comment
struct
Comment
Undocumented in source.
Meta
Source
See Implementation
dstep
translator
CommentIndex
classes
CommentIndex