From 844b3cdce8b47f7e634df87b219d982987e84c97 Mon Sep 17 00:00:00 2001 From: Harry Moffat Date: Sat, 26 Sep 2009 01:15:38 +0000 Subject: [PATCH] Doxygen update --- Cantera/src/equil/MultiPhase.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cantera/src/equil/MultiPhase.h b/Cantera/src/equil/MultiPhase.h index 8bd66fbb9..7dfa0a5a3 100644 --- a/Cantera/src/equil/MultiPhase.h +++ b/Cantera/src/equil/MultiPhase.h @@ -496,7 +496,8 @@ namespace Cantera { //! Adds moles of a certain species to the mixture /*! - * + * @param indexS Index of the species in the MultiPhase object + * @param addedMoles Value of the moles that are added to the species. */ void addSpeciesMoles(const int indexS, const doublereal addedMoles);