[previous] 4824 [next] Invalid character in tag name.
Annotations

Annotation tags may only contain letters of the alphabet, numbers and underscores. When specifying continuous suppressions, the special tags '++' and '--' are allowed.

For Example:

// PRQA S 100 A1         // OK
// PRQA S 100 A_1        // OK
// PRQA S 100 ++         // OK

// PRQA L:A1
// PRQA L:A_1

It is not possible to use characters other than these when specifying an annotation tag.

For Example:

// PRQA S 100 A&1        // ERROR in tag name
// PRQA S 100 A@1        // ERROR in tag name


No MISRA-C:2004 Rules applicable to message 4824


See also:

QA·C Source Code Analyser 8.1
MISRA-C:2004 Compliance Module 3.2
© 2012 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index | MISRA-C:2004 Rule Index Contents