A2-7-3
: missing documentation when there's a comment after doxygen grouping
#718
Labels
Difficulty-Medium
A false positive or false negative report which is expected to take 1-5 days effort to address
false positive/false negative
An issue related to observed false positives or false negatives.
Impact-Low
Standard-AUTOSAR
user-report
Issue reported by an end user of CodeQL Coding Standards
Affected rules
A2-7-3
Description
It appears that adding a comment after the closing characters of a member grouping triggers alerts for the methods inside.
Example
memgrpb_func1
andmemgrpb_func0
are evaluated with missing documentation (in contrast with the functions inmemgrpd
) on querycpp/autosar/src/rules/A2-7-3/UndocumentedUserDefinedType.ql
.Related to #391.
The text was updated successfully, but these errors were encountered: