We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e2c71 commit c0b2aa3Copy full SHA for c0b2aa3
cpp/misra/src/rules/RULE-19-2-1/NoValidIfdefGuardInHeader.ql
@@ -1,6 +1,6 @@
1
/**
2
* @id cpp/misra/no-valid-ifdef-guard-in-header
3
- * @name RULE-19-2-1: Precautions shall be taken in order to prevent the contents of a header file being included more
+ * @name RULE-19-2-1: Precautions shall be taken in order to prevent a header file being included more than once
4
* @description Precautions shall be taken in order to prevent the contents of a header file being
5
* included more than once.
6
* @kind problem
0 commit comments