Skip to content

Commit c59d66e

Browse files
committed
minor formatting for qldoc
1 parent 7b93bb8 commit c59d66e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

cpp/autosar/src/rules/A0-1-2/UnusedReturnValue.ql

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
/**
2-
* @id cpp/autosar/unused-return-value
3-
* @name A0-1-2: Unused return value
4-
* @description The value returned by a function having a non-void return type that is not an
5-
* overloaded operator shall be used.
6-
* @kind problem
7-
* @precision very-high
8-
* @problem.severity warning
9-
* @tags external/autosar/id/a0-1-2
10-
* readability
11-
* maintainability
12-
* external/autosar/allocated-target/implementation
13-
* external/autosar/enforcement/automated
14-
* external/autosar/obligation/required
15-
*/
2+
* @id cpp/autosar/unused-return-value
3+
* @name A0-1-2: Unused return value
4+
* @description The value returned by a function having a non-void return type that is not an
5+
* overloaded operator shall be used.
6+
* @kind problem
7+
* @precision very-high
8+
* @problem.severity warning
9+
* @tags external/autosar/id/a0-1-2
10+
* readability
11+
* maintainability
12+
* external/autosar/allocated-target/implementation
13+
* external/autosar/enforcement/automated
14+
* external/autosar/obligation/required
15+
*/
1616

1717
import cpp
1818
import codingstandards.cpp.autosar

0 commit comments

Comments
 (0)