Skip to content

Commit

Permalink
[Doc] Fix some style typos in the Doxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed Jul 29, 2018
1 parent dbc3df1 commit 2f3a012
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 5 additions & 3 deletions include/cantera/kinetics/Falloff.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ namespace Cantera
{

/**
* @defgroup falloffGroup Falloff Parameterizations This section describes the
* parameterizations used to describe the fall-off in reaction rate constants
* due to intermolecular energy transfer.
* @defgroup falloffGroup Falloff Parameterizations
*
* This section describes the parameterizations used to describe
* the fall-off in reaction rate constants due to intermolecular
* energy transfer.
* @ingroup chemkinetics
*/

Expand Down
11 changes: 6 additions & 5 deletions include/cantera/thermo/WaterProps.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,19 @@ class PDSS_Water;
/**
* @defgroup relatedProps Electric Properties of Phases
*
* ### Treatment of the %Phase Potential and the electrochemical potential of
* a species
* Computation of the electric properties of phases
*
* The electrochemical potential of species *k* in a phase *p*, \f$ \zeta_k \f$,
* ### Treatment of the phase potential and the electrochemical potential of a species
*
* The electrochemical potential of species \f$k\f$ in a phase \f$p\f$, \f$ \zeta_k \f$,
* is related to the chemical potential via the following equation,
*
* \f[
* \zeta_{k}(T,P) = \mu_{k}(T,P) + z_k \phi_p
* \f]
*
* where \f$ \nu_k \f$ is the charge of species *k*, and \f$ \phi_p \f$ is
* the electric potential of phase *p*.
* where \f$ \nu_k \f$ is the charge of species \f$k\f$, and \f$ \phi_p \f$ is
* the electric potential of phase \f$p\f$.
*
* The potential \f$ \phi_p \f$ is tracked and internally stored within the
* base ThermoPhase object. It constitutes a specification of the internal state
Expand Down
4 changes: 2 additions & 2 deletions src/transport/LTPspecies.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file LTPspecies.cpp \
* definitions for the LTPspecies objects and its children, which is the virtual base class
* @file LTPspecies.cpp
* Definitions for the LTPspecies objects and its children, which is the virtual base class
* for describing temperature dependence of submodels for transport parameters
* (see \ref tranprops and \link Cantera::LTPspecies LTPspecies \endlink) .
*/
Expand Down

0 comments on commit 2f3a012

Please sign in to comment.