From 20a21103cbe8ccdb4aa65c70c0662f98d9eaa73c Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Fri, 23 Jun 2006 20:35:16 +0000 Subject: [PATCH] Doxygen fixes. --- Cantera/src/Phase.h | 2 ++ Cantera/src/ThermoPhase.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cantera/src/Phase.h b/Cantera/src/Phase.h index 50cb4f130..c584ab404 100755 --- a/Cantera/src/Phase.h +++ b/Cantera/src/Phase.h @@ -82,6 +82,8 @@ namespace Cantera { /** * Write to array 'state' the current internal state. * @param lenstate length of the state array. Must be >= nSpecies() + 2 + * @param state output vector. Must be of length nSpecies() + 2 or + * greater. */ void saveState(int lenstate, doublereal* state) const; diff --git a/Cantera/src/ThermoPhase.h b/Cantera/src/ThermoPhase.h index 1aed0afca..9838af4d7 100755 --- a/Cantera/src/ThermoPhase.h +++ b/Cantera/src/ThermoPhase.h @@ -882,7 +882,7 @@ namespace Cantera { * For example, we do not need to call this function for * ideal gas equations of state. * - * @param inputfile XML file containing the description of the + * @param inputFile XML file containing the description of the * phase * * @param id Optional parameter identifying the name of the