aboutsummaryrefslogtreecommitdiffstats
path: root/Doxygenfile
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-11-10 21:24:04 +0100
committerJoel Bodenmann <joel@unormal.org>2013-11-10 21:24:04 +0100
commitf73c1972ba1663badeeb2237d2985795cfa012f1 (patch)
tree448e933721dc04edd446e9d9a6372b68de95e52b /Doxygenfile
parentda2740b706d720292113445ee1db30f8a9873dc4 (diff)
downloaduGFX-f73c1972ba1663badeeb2237d2985795cfa012f1.tar.gz
uGFX-f73c1972ba1663badeeb2237d2985795cfa012f1.tar.bz2
uGFX-f73c1972ba1663badeeb2237d2985795cfa012f1.zip
added exclude paths to Doxygen file
Diffstat (limited to 'Doxygenfile')
-rw-r--r--Doxygenfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Doxygenfile b/Doxygenfile
index 8b583591..a5711379 100644
--- a/Doxygenfile
+++ b/Doxygenfile
@@ -702,7 +702,9 @@ RECURSIVE = YES
# Note that relative paths are relative to the directory from which doxygen is
# run.
-EXCLUDE =
+EXCLUDE = boards \
+ drivers \
+ demos
# The EXCLUDE_SYMLINKS tag can be used to select whether or not files or
# directories that are symbolic links (a Unix file system feature) are excluded
@@ -1904,3 +1906,4 @@ GENERATE_LEGEND = YES
# the various graphs.
DOT_CLEANUP = YES
+