Skip to content

Commit

Permalink
[docs] Fix new Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
ischoegl committed Aug 5, 2023
1 parent 5d4a343 commit 7fdd044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/cantera/equil/vcs_VolPhase.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class vcs_VolPhase
/**
* This is essentially a scatter operation.
*
* @param LnAcJac_VCS Jacobian parameter
* @param LnACJac_VCS Jacobian parameter
* The Jacobians are actually d( lnActCoeff) / d (MolNumber);
* dLnActCoeffdMolNumber(k,j)
*
Expand All @@ -261,7 +261,7 @@ class vcs_VolPhase
*/
void sendToVCS_LnActCoeffJac(Array2D& LnACJac_VCS);

//! Set the pointer for Cantera's ThermoPhase parameter
//! Set the pointer for %Cantera's ThermoPhase parameter
/*!
* When we first initialize the ThermoPhase object, we read the state of the
* ThermoPhase into vcs_VolPhase object.
Expand Down
1 change: 0 additions & 1 deletion include/cantera/thermo/Mu0Poly.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ class Mu0Poly: public SpeciesThermoInterpType
* - coeffs[6] = @f$ T_3 @f$ (Kelvin)
* - coeffs[7] = @f$ \mu^o(T_3) @f$ (J/kmol)
* - ........
* .
*/
Mu0Poly(double tlow, double thigh, double pref, const double* coeffs);

Expand Down

0 comments on commit 7fdd044

Please sign in to comment.