clang 18.0.0git
|
Namespaces | |
namespace | impl |
Typedefs | |
using | DocComment = std::vector< RawComment::CommentLine > |
DocComment is a vector of RawComment::CommentLine. | |
using clang::extractapi::DocComment = typedef std::vector<RawComment::CommentLine> |
DocComment is a vector of RawComment::CommentLine.
Each line represents one line of striped documentation comment, with source range information. This simplifies calculating the source location of a character in the doc comment for pointing back to the source file. e.g.