[cmake-commits] hoffman committed doxygen.config 1.1 1.2

cmake-commits at cmake.org cmake-commits at cmake.org
Fri Oct 13 11:27:04 EDT 2006


Update of /cvsroot/CMake/CMake
In directory public:/mounts/ram/cvs-serv18246

Modified Files:
	doxygen.config 
Log Message:
BUG: fix for bug# 3921 INPUT wrong


Index: doxygen.config
===================================================================
RCS file: /cvsroot/CMake/CMake/doxygen.config,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- doxygen.config	11 Jan 2001 21:19:55 -0000	1.1
+++ doxygen.config	13 Oct 2006 15:26:59 -0000	1.2
@@ -236,7 +236,7 @@
 # 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 



More information about the Cmake-commits mailing list