#include <clang/AST/ASTContext.h>
#include <clang/AST/Comment.h>
#include <clang/Basic/SourceManager.h>
#include "comment_visitor.h"
Go to the source code of this file.
Classes | |
class | clanguml::common::visitor::comment::clang_visitor |
Uses Clang's comment parser to extract Doxygen-style comment blocks. More... | |
Namespaces | |
namespace | clanguml |
namespace | clanguml::common |
namespace | clanguml::common::visitor |
namespace | clanguml::common::visitor::comment |