Miscellaneous-CPPComments¶
Checks for correctly used comment style in C++ units
Required inputs: IR
This rule allows configuring the type of comment that is considered invalid.
See Also
Rule Miscellaneous-CCommentsPossible Messages
Key |
Text |
Severity |
Disabled |
|---|---|---|---|
cpp_comment_style |
Use of invalid comment style in C++ unit. |
None |
False |
Options¶
This rule shares the following common options: exclude_in_macros, exclude_messages_in_system_headers, excludes, extend_exclude_to_macro_invocations, includes, justification_checker, languages, post_processing, provider, report_at, severity
The following places define options that affect this rule: Stylechecks, Analysis-GlobalOptions
exception¶
exception : str | None = '/**'
invalid¶
invalid : str = '/*'