From 86f03296177314d7f6194f1f60e9dbe1a31828d2 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Wed, 19 Sep 2012 13:46:01 +0200 Subject: [PATCH] [dox] add some defines to Doxyfile --- Doxyfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index 05fd7c6ee58..c768dff65d3 100644 --- a/Doxyfile +++ b/Doxyfile @@ -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.