Makde Cantera.cfg a configurable file. Previously there were several

hard coded paths in the file.
This commit is contained in:
Harry Moffat 2006-06-19 23:25:53 +00:00
parent 59558a60e0
commit ea1303a32d
5 changed files with 59 additions and 11 deletions

1
tools/doc/.cvsignore Normal file
View file

@ -0,0 +1 @@
Makefile

View file

@ -5,7 +5,7 @@
#---------------------------------------------------------------------------
PROJECT_NAME = Cantera
PROJECT_NUMBER = 1.6
OUTPUT_DIRECTORY = /Users/dgg/kernel
OUTPUT_DIRECTORY = @ctroot@/tools/doc
CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = NO
@ -22,7 +22,7 @@ ABBREVIATE_BRIEF = "The $name class" \
a \
an \
the
ALWAYS_DETAILED_SEC = NO
ALWAYS_DETAILED_SEC = YES
INLINE_INHERITED_MEMB = NO
FULL_PATH_NAMES = NO
STRIP_FROM_PATH =
@ -81,7 +81,8 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
INPUT = ../../Cantera/src \
INPUT = ../../Cantera/src \
../../Cantera/src/thermo \
../../Cantera/cxx/include \
doxyinput
FILE_PATTERNS = Kinetics.h \
@ -90,6 +91,7 @@ FILE_PATTERNS = Kinetics.h \
ct_defs.h \
logger.h \
global.h \
units.h \
ctexceptions.h \
*.txt \
equilibrium.h \
@ -100,11 +102,7 @@ FILE_PATTERNS = Kinetics.h \
Phase.h \
utilities.h
RECURSIVE = NO
>>>>>>> 1.8.2.3
EXCLUDE = CVS \
examples \
converters \
zeroD
EXCLUDE = CVS examples converters zeroD
EXCLUDE_SYMLINKS = NO
EXCLUDE_PATTERNS = *old/* \
*old_src/* \
@ -113,8 +111,8 @@ EXCLUDE_PATTERNS = *old/* \
*examples/* \
*test/* \
*tests/*
EXAMPLE_PATH = examples \
input
EXAMPLE_PATH = ../../examples \
../../data/inputs
EXAMPLE_PATTERNS = *.cpp \
*.h
EXAMPLE_RECURSIVE = NO
@ -244,7 +242,7 @@ CALL_GRAPH = NO
GRAPHICAL_HIERARCHY = YES
DIRECTORY_GRAPH = YES
DOT_IMAGE_FORMAT = png
DOT_PATH = /Applications/Graphviz.app/Contents/MacOS
DOT_PATH = @GRAPHVIZDIR@
DOTFILE_DIRS =
MAX_DOT_GRAPH_WIDTH = 1024
MAX_DOT_GRAPH_HEIGHT = 1024

25
tools/doc/Makefile.in Normal file
View file

@ -0,0 +1,25 @@
#
# $Revision$
# $Author$
# $Date$
#
build_ck=@BUILD_CK@
all: docs
install:
man-install:
uninstall:
clean:
cd html; $(RM) *
docs doxygen:
doxygen Cantera.cfg
depends:

15
tools/doc/README Normal file
View file

@ -0,0 +1,15 @@
Doxygen information:
The current version is 1.4.7:
I have version 1.3.9.1
Support is provided in the following versions for the following features
SEPARATE_MEMBER_PAGES = 1.4.2
FILE_VERSION_FILTER = 1.4.0
WARN_NO_PARAMDOC = 1.4.0
GROUP_GRAPHS = 1.4.0
DIRECTORY_GRAPHS = 1.4.0
DOT_TRANSPARENT = 1.4.0
DOT_MULTI_TARGET =1.4.0

View file

@ -0,0 +1,9 @@
*.html
*.md5
*.png
*.dot
*.gif
*.hhc
*.hhk
*.hhp
*.map