clang 20.0.0git
|
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. | |
bool | ParseAllComments = false |
Treat ordinary comments as documentation comments. | |
Options for controlling comment parsing.
Definition at line 23 of file CommentOptions.h.
using clang::CommentOptions::BlockCommandNamesTy = std::vector<std::string> |
Definition at line 24 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 28 of file CommentOptions.h.
Referenced by checkLanguageOptions(), and clang::comments::CommandTraits::registerCommentOptions().
Treat ordinary comments as documentation comments.
Definition at line 31 of file CommentOptions.h.
Referenced by clang::RawCommentList::addComment(), clang::ASTContext::cacheRawCommentForDecl(), clang::ASTContext::getRawCommentForDeclNoCacheImpl(), and clang::RawComment::RawComment().