From 961606793e96f92cbb1397ee7b1c6965b685a7cf Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 12 Jun 2004 18:08:33 +0000 Subject: [PATCH] Exclude doc/ directory to avoid Doxygen recursion. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@38 38d2e660-2303-0410-9eaa-f027e97ec537 --- Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doxyfile b/Doxyfile index db6d861f..d5c42e0d 100755 --- 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. -- 2.25.1