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);