*** empty log message ***
This commit is contained in:
parent
eb6eddf5eb
commit
ce313c420e
1 changed files with 3 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue