aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-16 14:25:21 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-16 14:25:21 +0200
commit6113be111e84a57715f3f3bfe81077bf1b267e52 (patch)
treea5bd0ef2fa55f858f9aca2e07f45f357e4aa3922 /Documentation
parentb83d07e94a0db879ff59a45f69450152ae330150 (diff)
downloadpx4-firmware-6113be111e84a57715f3f3bfe81077bf1b267e52.tar.gz
px4-firmware-6113be111e84a57715f3f3bfe81077bf1b267e52.tar.bz2
px4-firmware-6113be111e84a57715f3f3bfe81077bf1b267e52.zip
Hotfix: Do not create bug/test lists, adding noise
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Doxyfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index 65274d4a4..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