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

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:

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.

Example:


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

See also:

QA·C Source Code Analyser 8.1.2
© 2013 Programming Research.
www.programmingresearch.com
Personality Groups | Glossary | Message Index Contents