From: bernie Date: Sat, 12 Jun 2004 18:08:33 +0000 (+0000) Subject: Exclude doc/ directory to avoid Doxygen recursion. X-Git-Tag: 1.0.0~1203 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=961606793e96f92cbb1397ee7b1c6965b685a7cf;hp=27c90e14b9a2600bc38486f046187a7e690b24fb;p=bertos.git Exclude doc/ directory to avoid Doxygen recursion. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@38 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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.