[dox] minor Doxyfile update

This commit is contained in:
Felix Ruess
2014-01-08 00:46:50 +01:00
parent 6cecafe777
commit 1a8c8d384c
+5 -5
View File
@@ -688,11 +688,7 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is # Note that relative paths are relative to the directory from which doxygen is
# run. # run.
EXCLUDE = sw/airborne/csc/ \ EXCLUDE = sw/airborne/test/ \
sw/airborne/obsolete/ \
sw/airborne/booz/ \
sw/airborne/test/ \
sw/airborne/arch/avr/ \
sw/airborne/firmwares/non_ap/ \ sw/airborne/firmwares/non_ap/ \
sw/airborne/firmwares/logger/ \ sw/airborne/firmwares/logger/ \
sw/airborne/firmwares/vor/ \ sw/airborne/firmwares/vor/ \
@@ -1530,6 +1526,8 @@ PREDEFINED = USE_GPS \
USE_IMU \ USE_IMU \
USE_MAGNETOMETER \ USE_MAGNETOMETER \
USE_BAROMETER \ USE_BAROMETER \
USE_LED \
USE_SYS_TIME \
SPI_MASTER \ SPI_MASTER \
SPI_SLAVE \ SPI_SLAVE \
USE_SPI0 \ USE_SPI0 \
@@ -1537,6 +1535,8 @@ PREDEFINED = USE_GPS \
USE_SPI2 \ USE_SPI2 \
RADIO_CONTROL \ RADIO_CONTROL \
GUIDANCE_V_C \ GUIDANCE_V_C \
DATALINK \
USE_PERIODIC_TELEMETRY_REPORT \
__attribute__(x)= __attribute__(x)=
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then