Exclude doc/ directory to avoid Doxygen recursion.
[bertos.git] / Doxyfile
index db6d861f99364208d992b99d3f17406410372bd5..d5c42e0d5508eb43ee8a3f31e7ee0718afa2c63e 100755 (executable)
--- a/Doxyfile
+++ b/Doxyfile
@@ -455,7 +455,7 @@ 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                = doc
 
 # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories 
 # that are symbolic links (a Unix filesystem feature) are excluded from the input.