DoxygenPpErr  2011-08-23
Test project for doxygen preprocessor error
 All Files Functions Variables
main.c File Reference
#include <stdint.h>
#include "misra_17_04_off.h"
#include "misra_def.h"
Include dependency graph for main.c:

Go to the source code of this file.

Functions

void vTestWithInclude (uint32_t u32)
 Test for include in functions. More...
 
int main (int argc, char *argv[])
 Main. More...
 

Variables

uint8_t au8Test [10]
 

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Main.

Definition at line 21 of file main.c.

References vTestWithInclude().

Here is the call graph for this function:

void vTestWithInclude ( uint32_t  u32)

Test for include in functions.

Definition at line 8 of file main.c.

References au8Test.

Referenced by main().

Here is the caller graph for this function:

Variable Documentation

uint8_t au8Test[10]

Definition at line 3 of file main.c.

Referenced by vTestWithInclude().