Exclude doc/ directory to avoid Doxygen recursion.
authorbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 12 Jun 2004 18:08:33 +0000 (18:08 +0000)
committerbernie <bernie@38d2e660-2303-0410-9eaa-f027e97ec537>
Sat, 12 Jun 2004 18:08:33 +0000 (18:08 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@38 38d2e660-2303-0410-9eaa-f027e97ec537

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.