[dox] add some defines to Doxyfile

This commit is contained in:
Felix Ruess
2012-09-19 13:46:01 +02:00
parent 40bee12d8a
commit 86f0329617
+9 -1
View File
@@ -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.