Browse Source

Hotfix: More Doxygen fixes

sbg
Lorenz Meier 12 years ago
parent
commit
a1e0581fac
  1. 4
      .gitignore
  2. 4
      Documentation/Doxyfile

4
.gitignore vendored

@ -24,4 +24,6 @@ Firmware.sublime-workspace @@ -24,4 +24,6 @@ Firmware.sublime-workspace
Images/*.bin
Images/*.px4
mavlink/include/mavlink/v0.9/
NuttX
/NuttX
/Documentation/doxy.log
/Documentation/html/

4
Documentation/Doxyfile

@ -599,9 +599,7 @@ RECURSIVE = YES @@ -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

Loading…
Cancel
Save