aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-15 13:47:36 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-15 13:47:36 +0200
commitb83d07e94a0db879ff59a45f69450152ae330150 (patch)
treee98a2a190f051f58931ce733a6298f0999982ff4 /Documentation
parent74d519d9d0560cd0f54ba2667c8c198d1c933fe3 (diff)
downloadpx4-firmware-b83d07e94a0db879ff59a45f69450152ae330150.tar.gz
px4-firmware-b83d07e94a0db879ff59a45f69450152ae330150.tar.bz2
px4-firmware-b83d07e94a0db879ff59a45f69450152ae330150.zip
Hotfix: Excluding codegen code
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index 6283cfc9c..65274d4a4 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -599,7 +599,8 @@ RECURSIVE = YES
# excluded from the INPUT source files. This way you can easily exclude a
# subdirectory from a directory tree whose root is specified with the INPUT tag.
-EXCLUDE = ../src/modules/mathlib/CMSIS
+EXCLUDE = ../src/modules/mathlib/CMSIS \
+ ../src/modules/attitude_estimator_ekf/codegen
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded