DoxygenPpErr  2011-08-23
Test project for doxygen preprocessor error
 All Files Functions Variables
misra_def.h
Go to the documentation of this file.
1 /*****************************************************************************
2 
3 \file misra_def.h
4 \brief <b>Turn MISRA warnings to default</b>
5 
6 \remark
7  - Version for IAR EW for Renesas RL78 1.30
8  - No doxygen commands allowed with doxygen 1.8.7
9 
10 *//***************************************************************************
11 
12 History:
13 2014-07-16 HaSchm
14 - Initial revision
15 
16 *****************************************************************************/
17 
18 
19 #ifdef __IAR_SYSTEMS_ICC__
20  #pragma diag_default=Pm025,Pm064,Pm077,Pm081,Pm088,Pm093,Pm121,Pm136,Pm137,Pm139,Pm142,Pm152
21  /* MISRA C rule: 9.3, 16.1, 19.1, 19.6, 17.4, 18.4,19.15, 10.3, 10.4, 11.2, 11.5, 17.4 */
22  /* Error[Pm077]: #include statements in a file shall only be preceded by
23  other preprocessor directives or comments (MISRA C 2004 rule 19.1) */
24 #endif
25 
26 
27 /* eof misra_def.h */