clang
3.7.0
|
Options for controlling comment parsing. More...
#include <CommentOptions.h>
Public Types | |
typedef std::vector< std::string > | BlockCommandNamesTy |
Public Member Functions | |
CommentOptions () | |
Public Attributes | |
BlockCommandNamesTy | BlockCommandNames |
Command names to treat as block commands in comments. Should not include the leading backslash. More... | |
bool | ParseAllComments |
Treat ordinary comments as documentation comments. More... | |
Options for controlling comment parsing.
Definition at line 24 of file CommentOptions.h.
typedef std::vector<std::string> clang::CommentOptions::BlockCommandNamesTy |
Definition at line 25 of file CommentOptions.h.
|
inline |
Definition at line 34 of file CommentOptions.h.
BlockCommandNamesTy clang::CommentOptions::BlockCommandNames |
Command names to treat as block commands in comments. Should not include the leading backslash.
Definition at line 29 of file CommentOptions.h.
Referenced by checkLanguageOptions(), ParseCommentArgs(), and clang::comments::CommandTraits::registerCommentOptions().
bool clang::CommentOptions::ParseAllComments |
Treat ordinary comments as documentation comments.
Definition at line 32 of file CommentOptions.h.
Referenced by clang::Sema::ActOnComment(), clang::ASTContext::getRawCommentForDeclNoCache(), ParseCommentArgs(), and clang::ASTReader::ReadComments().