From ac2cad4d1e8172bd1ef6bafb4ff61c6e56c14864 Mon Sep 17 00:00:00 2001 From: Nicholas Malaya Date: Sun, 17 Jun 2012 21:36:08 +0000 Subject: [PATCH] [cantera]: commit to fix doxygen dir --- doxygen/Makefile.am | 7 +++++++ doxygen/cantera.page | 16 ++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 doxygen/Makefile.am create mode 100644 doxygen/cantera.page diff --git a/doxygen/Makefile.am b/doxygen/Makefile.am new file mode 100644 index 000000000..52023fbe5 --- /dev/null +++ b/doxygen/Makefile.am @@ -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` diff --git a/doxygen/cantera.page b/doxygen/cantera.page new file mode 100644 index 000000000..3497c6f50 --- /dev/null +++ b/doxygen/cantera.page @@ -0,0 +1,16 @@ +/*! \mainpage The CANTERA Library + +Version \version, Build Date: \builddate + +Built by: \builduser on \buildhost +
+ +\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. + +*/