![]() |
![]() |
4822 | ![]() |
||||
![]() | |||||||
| Annotations | |||||||
An annotation tag is optional for suppression annotations, and required for location annotations. The annotation tag is specified after the ':' in the annotation.
For example:
// PRQA S:S1 100 // Annotation tag 'S1'
// PRQA L:L1 // Annotation tag 'L1'
If a ':' is specified in a suppression annotation, and for all
location annotations the name after the ':' in the annotation must
specify a valid annotation tag.
For example:
// PRQA L:123 // ERROR: Expected a tag name which begins with a letter.
// PRQA S:123 // ERROR: Expected a tag name which begins with a letter.
No MISRA C:2012 Rules applicable to message 4822
See also:
![]() | ||
| QA·C Source Code Analyser 8.1
MISRA C:2012 Compliance Module 1.0 © 2012 Programming Research. www.programmingresearch.com | Personality Groups | Glossary | Message Index | MISRA C:2012 Rule Index | Contents |