diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-13 15:26:59 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-10-13 15:26:59 (GMT) |
commit | 5a0af031701f020462ee5781068eab6fe25976ea (patch) | |
tree | 419a2daaae7eefea84b7ad6f81da5929a6b62daa /doxygen.config | |
parent | d460481da370779239f839c7d81c7e1ed5e47255 (diff) | |
download | CMake-5a0af031701f020462ee5781068eab6fe25976ea.zip CMake-5a0af031701f020462ee5781068eab6fe25976ea.tar.gz CMake-5a0af031701f020462ee5781068eab6fe25976ea.tar.bz2 |
BUG: fix for bug# 3921 INPUT wrong
Diffstat (limited to 'doxygen.config')
-rw-r--r-- | doxygen.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen.config b/doxygen.config index 4197fbe..c22f265 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 |