9
0
Fork 0

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>
This commit is contained in:
Robert Schwebel 2010-10-22 18:44:56 +02:00 committed by Sascha Hauer
parent f72f32768b
commit 7865b3de2a
1 changed files with 3 additions and 1 deletions

View File

@ -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