Doxygen fixes.
This commit is contained in:
parent
9a6b2185b3
commit
20a21103cb
2 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue