clang API Documentation
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. | |
bool | ParseAllComments |
Treat ordinary comments as documentation comments. |
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.
clang::CommentOptions::CommentOptions | ( | ) | [inline] |
Definition at line 34 of file CommentOptions.h.
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().
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().