Skip to content

Commit

Permalink
Comments: Update A2-7-3 impl scope.
Browse files Browse the repository at this point in the history
  • Loading branch information
lcartey committed Dec 5, 2023
1 parent a37f6c7 commit ba247cd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rule_packages/cpp/Comments.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,10 @@
"tags": [
"maintainability",
"readability"
]
],
"implementation_scope": {
"description": "Function scope declarations are excluded from this rule as they are restricted in scope to only a single function."
}
}
],
"title": "All declarations of 'user-defined' types, static and non-static data members, functions and methods shall be preceded by documentation."
Expand Down

0 comments on commit ba247cd

Please sign in to comment.