From 7865b3de2a0af2ba2af9c5847091391c0d40ec6c Mon Sep 17 00:00:00 2001 From: Robert Schwebel Date: Fri, 22 Oct 2010 18:44:56 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- Doxyfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Doxyfile') 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 -- cgit v1.2.3