aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-08-15 12:55:16 +0200
committerLorenz Meier <lm@inf.ethz.ch>2013-08-15 12:55:16 +0200
commita1e0581facd28c8c3f2797e72f810a6674216aa5 (patch)
treeaf380a88884c4cc4d83f9dddc99573f19cf651a0
parent75e56285901cdb95f0ebbad62d841fbe9d38c1a1 (diff)
downloadpx4-firmware-a1e0581facd28c8c3f2797e72f810a6674216aa5.tar.gz
px4-firmware-a1e0581facd28c8c3f2797e72f810a6674216aa5.tar.bz2
px4-firmware-a1e0581facd28c8c3f2797e72f810a6674216aa5.zip
Hotfix: More Doxygen fixes
-rw-r--r--.gitignore4
-rw-r--r--Documentation/Doxyfile4
2 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 0372b60c8..6ae5baecc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,4 +24,6 @@ Firmware.sublime-workspace
Images/*.bin
Images/*.px4
mavlink/include/mavlink/v0.9/
-NuttX \ No newline at end of file
+/NuttX
+/Documentation/doxy.log
+/Documentation/html/ \ No newline at end of file
diff --git a/Documentation/Doxyfile b/Documentation/Doxyfile
index fd997baaa..f45fe8b21 100644
--- a/Documentation/Doxyfile
+++ b/Documentation/Doxyfile
@@ -599,9 +599,7 @@ 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/mathlib/CMSIS
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded