Skip to content

Commit

Permalink
[docs] Fix doxygen inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Jan 7, 2025
1 parent 1d4127d commit 3e3b709
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/cantera/thermo/IdealGasPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ class IdealGasPhase: public ThermoPhase
* enthalpies @f$ \hat h^0_k(T) @f$ are computed by the species
* thermodynamic property manager.
*
* \see MultiSpeciesThermo
* @see MultiSpeciesThermo
*/
double enthalpy_mole() const override {
return RT() * mean_X(enthalpy_RT_ref());
Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/LatticePhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class LatticePhase : public ThermoPhase
* computed first by the species reference state thermodynamic property
* manager and then a small pressure dependent term is added in.
*
* \see MultiSpeciesThermo
* @see MultiSpeciesThermo
*/
double enthalpy_mole() const override;

Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/PlasmaPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ class PlasmaPhase: public IdealGasPhase
* enthalpies @f$ \hat h^0_k(T) @f$ are computed by the species
* thermodynamic property manager.
*
* \see MultiSpeciesThermo
* @see MultiSpeciesThermo
*/
double enthalpy_mole() const override;

Expand Down
2 changes: 1 addition & 1 deletion include/cantera/thermo/SurfPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ class SurfPhase : public ThermoPhase
* Enthalpies @f$ \hat h^0_k(T) @f$ are computed by the species
* thermodynamic property manager.
*
* \see MultiSpeciesThermo
* @see MultiSpeciesThermo
*/
double enthalpy_mole() const override;

Expand Down

0 comments on commit 3e3b709

Please sign in to comment.