mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-30 03:27:33 +08:00
[dox] add some defines to Doxyfile
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user