[cantera]: commit to fix doxygen dir
This commit is contained in:
parent
1a22835ad4
commit
ac2cad4d1e
2 changed files with 23 additions and 0 deletions
7
doxygen/Makefile.am
Normal file
7
doxygen/Makefile.am
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#txt_common fig_common
|
||||
EXTRA_DIST = cantera.dox cantera.page
|
||||
#EXTRA_DIST += install.page tutorial.page
|
||||
|
||||
dist-hook:
|
||||
rm -rf `find $(distdir)/ -name .svn`
|
||||
rm -rf `find $(distdir)/ -name .deps`
|
||||
16
doxygen/cantera.page
Normal file
16
doxygen/cantera.page
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
/*! \mainpage The CANTERA Library
|
||||
|
||||
<b>Version \version</b>, Build Date: \builddate
|
||||
|
||||
Built by: \builduser on \buildhost
|
||||
<hr>
|
||||
|
||||
\section overview Overview
|
||||
|
||||
Cantera is a suite of object-oriented software tools for problems involving chemical kinetics, thermodynamics, and/or transport processes.
|
||||
|
||||
With Cantera's object technology, you assemble your architectural masterpiece (i.e application program) from a set of very special bricks you pick up at the Cantera quarry! Each "brick" (or object) represents some well-defined small component of the global structure.
|
||||
|
||||
Cantera 2.0 is now in beta. It includes a new build system based on scons, a python build environment, with an alternative autotool system. Cantera includes several new thermodynamics and transport classes, including a large database of aqueous thermodynamics. It may be downloaded as the trunk version of cantera. Documentation for Cantera 2.0 is available at the following link.
|
||||
|
||||
*/
|
||||
Loading…
Add table
Reference in a new issue