DoxygenPpErr
2011-08-23
Test project for doxygen preprocessor error
Main Page
Files
File List
Globals
All
Files
Functions
Variables
main.c
Go to the documentation of this file.
1
#include <stdint.h>
2
3
uint8_t
au8Test
[10];
4
5
/**
6
@brief Test for include in functions
7
*/
8
void
vTestWithInclude
(uint32_t u32) {
9
uint8_t *pu8Test;
10
11
pu8Test = &
au8Test
[0];
12
#include "
misra_17_04_off.h
"
13
pu8Test[2] = (uint8_t)u32;
14
#include "
misra_def.h
"
15
}
16
17
18
/**
19
@brief Main
20
*/
21
int
main
(
int
argc,
char
* argv[]) {
22
(void)argc;
23
(void)argv;
24
vTestWithInclude
(1);
25
return
0;
26
}
27
28
/* eof */
main
int main(int argc, char *argv[])
Main.
Definition:
main.c:21
misra_def.h
au8Test
uint8_t au8Test[10]
Definition:
main.c:3
vTestWithInclude
void vTestWithInclude(uint32_t u32)
Test for include in functions.
Definition:
main.c:8
misra_17_04_off.h
src
main.c
Generated by
1.8.7