summaryrefslogtreecommitdiffstats
path: root/Doxyfile
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-10-22 18:44:56 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-10-22 20:47:02 +0200
commit7865b3de2a0af2ba2af9c5847091391c0d40ec6c (patch)
treed89be5c227f94f04827d6eccec99eb52e9f3a24f /Doxyfile
parentf72f32768ba8ad12c3591afdb5c03d58f29b5f86 (diff)
downloadbarebox-7865b3de2a0af2ba2af9c5847091391c0d40ec6c.tar.gz
barebox-7865b3de2a0af2ba2af9c5847091391c0d40ec6c.tar.xz
Doxyfile: add exclude rules
The mtd stuff copied from linux and elsewhere contains commands which are not understood by a 'real' doxygen. For now, we add exclude rules. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Doxyfile')
-rw-r--r--Doxyfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doxyfile b/Doxyfile
index 4fc9834f8b..46f086ceb6 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -515,7 +515,9 @@ 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 =
+EXCLUDE = drivers/mtd/ubi \
+ include/mtd \
+ include/linux/mtd
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded