From 5a0af031701f020462ee5781068eab6fe25976ea Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 13 Oct 2006 11:26:59 -0400 Subject: [PATCH] BUG: fix for bug# 3921 INPUT wrong --- doxygen.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxygen.config b/doxygen.config index 4197fbec3..c22f2650d 100644 --- a/doxygen.config +++ b/doxygen.config @@ -236,7 +236,7 @@ WARN_FORMAT = "$file:$line: $text" # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = "d:\Insight\CMake\Source" +INPUT = "Source" # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp