[PATCH 04/32] Doxyfile: add exclude rules
Robert Schwebel
r.schwebel at pengutronix.de
Fri Oct 22 12:44:56 EDT 2010
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 at pengutronix.de>
---
Doxyfile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/Doxyfile b/Doxyfile
index 4fc9834..46f086c 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
--
1.7.2.3
More information about the barebox
mailing list