We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37f6c7 commit ba247cdCopy full SHA for ba247cd
rule_packages/cpp/Comments.json
@@ -70,7 +70,10 @@
70
"tags": [
71
"maintainability",
72
"readability"
73
- ]
+ ],
74
+ "implementation_scope": {
75
+ "description": "Function scope declarations are excluded from this rule as they are restricted in scope to only a single function."
76
+ }
77
}
78
],
79
"title": "All declarations of 'user-defined' types, static and non-static data members, functions and methods shall be preceded by documentation."
0 commit comments