[previous] 4820 [next] Annotation kind is expected.
Annotations

QA C and QA C++ allow annotations to be specified using special comment syntax. These comments must start with 'PRQA' and then be followed by the annotation kind.

The following are valid annotation types:

For Example:

// PRQA L:L1           // Location annotation
// PRQA S 100          // Suppression annotation

This message is generated when no annotation, or an invalid annotation kind is specified.

For Example:

// PRQA X              // ERROR: Unknown annotation type.
// PRQA                // ERROR: No annotation type specified.


No MISRA-C:2004 Rules applicable to message 4820


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