struct CommentOptions
Declaration
struct CommentOptions { /* full declaration omitted */ };
Description
Options for controlling comment parsing.
Declared at: clang/include/clang/Basic/CommentOptions.h:23
Member Variables
- public clang::CommentOptions::BlockCommandNamesTy BlockCommandNames
- Command names to treat as block commands in comments. Should not include the leading backslash.
- public bool ParseAllComments = false
- Treat ordinary comments as documentation comments.
Method Overview
- public CommentOptions()
Methods
ΒΆCommentOptions()
CommentOptions()
Declared at: clang/include/clang/Basic/CommentOptions.h:33