aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-16 14:44:00 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-16 14:44:00 +0200
commit57f8fe371999895363e42dc274f427261b55ccc5 (patch)
treec9199f861c310f3c074c928e71f3907de9f4282b /Documentation
parentf78666e0c8afd1fc8ac74f4cf2acc79ebe8b8476 (diff)
parent6113be111e84a57715f3f3bfe81077bf1b267e52 (diff)
downloadpx4-firmware-57f8fe371999895363e42dc274f427261b55ccc5.tar.gz
px4-firmware-57f8fe371999895363e42dc274f427261b55ccc5.tar.bz2
px4-firmware-57f8fe371999895363e42dc274f427261b55ccc5.zip
merged master, updated fixed wing
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Doxyfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index 4802ef818..241702811 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -429,19 +429,19 @@ SORT_BY_SCOPE_NAME = NO
# disable (NO) the todo list. This list is created by putting \todo
# commands in the documentation.
-GENERATE_TODOLIST = YES
+GENERATE_TODOLIST = NO
# The GENERATE_TESTLIST tag can be used to enable (YES) or
# disable (NO) the test list. This list is created by putting \test
# commands in the documentation.
-GENERATE_TESTLIST = YES
+GENERATE_TESTLIST = NO
# The GENERATE_BUGLIST tag can be used to enable (YES) or
# disable (NO) the bug list. This list is created by putting \bug
# commands in the documentation.
-GENERATE_BUGLIST = YES
+GENERATE_BUGLIST = NO
# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
# disable (NO) the deprecated list. This list is created by putting
@@ -569,7 +569,7 @@ WARN_LOGFILE = doxy.log
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = ../apps
+INPUT = ../src
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
@@ -599,9 +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 = ../dist/ \
- ../docs/html/ \
- html
+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