Skip to content

Commit 6655624

Browse files
committed
A2-7-3: fix query metadata
1 parent e90cd3f commit 6655624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/autosar/src/rules/A2-7-3/UndocumentedUserDefinedType.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @name A2-7-3: Declarations of 'user-defined' types, member variables and functions should be documented
44
* @description All declarations of 'user-defined' types, static and non-static data members,
55
* functions and methods shall be preceded by documentation.
6-
* @ kind problem
6+
* @kind problem
77
* @precision very-high
88
* @problem.severity recommendation
99
* @tags external/autosar/id/a2-7-3

0 commit comments

Comments
 (0)