clang
7.0.0
|
Options for controlling comment parsing. More...
#include "clang/Basic/CommentOptions.h"
Public Types | |
using | BlockCommandNamesTy = std::vector< std::string > |
Public Member Functions | |
CommentOptions ()=default | |
Public Attributes | |
BlockCommandNamesTy | BlockCommandNames |
Command names to treat as block commands in comments. More... | |
bool | ParseAllComments = false |
Treat ordinary comments as documentation comments. More... | |
Options for controlling comment parsing.
Definition at line 24 of file CommentOptions.h.
using clang::CommentOptions::BlockCommandNamesTy = std::vector<std::string> |
Definition at line 25 of file CommentOptions.h.
|
default |
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(), and ParseCommentArgs().
Treat ordinary comments as documentation comments.
Definition at line 32 of file CommentOptions.h.
Referenced by clang::ASTContext::getRawCommentForDeclNoCache(), ParseCommentArgs(), and clang::RawComment::RawComment().