From ce313c420e948b129735496798b91a7e6f70c955 Mon Sep 17 00:00:00 2001 From: Dave Goodwin Date: Mon, 21 Apr 2003 18:23:27 +0000 Subject: [PATCH] *** empty log message *** --- tools/doc/Cantera.cfg | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/doc/Cantera.cfg b/tools/doc/Cantera.cfg index 70e4ca643..633506e80 100755 --- a/tools/doc/Cantera.cfg +++ b/tools/doc/Cantera.cfg @@ -311,7 +311,7 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = ../../../Cantera/src +INPUT = ../../Cantera/src # 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 @@ -320,9 +320,8 @@ INPUT = ../../../Cantera/src # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx *.hpp # *.h++ *.idl *.odl -FILE_PATTERNS = Elements.h \ - Elements.cpp \ - *.txt +FILE_PATTERNS = *.h *.cpp *.c *.txt + # The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO.