Skip to content

Commit ba247cd

Browse files
committed
Comments: Update A2-7-3 impl scope.
1 parent a37f6c7 commit ba247cd

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rule_packages/cpp/Comments.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@
7070
"tags": [
7171
"maintainability",
7272
"readability"
73-
]
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+
}
7477
}
7578
],
7679
"title": "All declarations of 'user-defined' types, static and non-static data members, functions and methods shall be preceded by documentation."

0 commit comments

Comments
 (0)