20#include <clang/AST/ASTContext.h>
21#include <clang/AST/Comment.h>
22#include <clang/Basic/SourceManager.h>
41 void visit(
const clang::NamedDecl &decl,
46 const clang::comments::BlockCommandComment *command,
47 const clang::comments::CommandTraits &traits,
51 const clang::comments::ParamCommandComment *command,
52 const clang::comments::CommandTraits &traits,
56 const clang::comments::TParamCommandComment *command,
57 const clang::comments::CommandTraits &traits,
60 void visit_paragraph(
const clang::comments::ParagraphComment *paragraph,
61 const clang::comments::CommandTraits &traits, std::string &text);