Skip to content

Commit

Permalink
[dox] add some defines to Doxyfile
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Sep 19, 2012
1 parent 40bee12 commit 86f0329
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Doxyfile
Expand Up @@ -1456,7 +1456,15 @@ INCLUDE_FILE_PATTERNS =
# undefined via #undef or recursively expanded use the := operator
# instead of the = operator.

PREDEFINED = GUIDANCE_V_C __attribute__(x)=
PREDEFINED = USE_GPS \
USE_AHRS \
USE_AHRS_ALIGNER \
USE_IMU \
USE_MAGNETOMETER \
USE_BAROMETER \
RADIO_CONTROL \
GUIDANCE_V_C \
__attribute__(x)=

# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
# this tag can be used to specify a list of macro names that should be expanded.
Expand Down

0 comments on commit 86f0329

Please sign in to comment.