From 5560af5c3fb2db8dec30f7b6b8787513e6887a11 Mon Sep 17 00:00:00 2001 From: Thomas Fetzer <thomas.fetzer@iws.uni-stuttgart.de> Date: Wed, 20 Apr 2016 07:42:44 +0200 Subject: [PATCH] [doxygen] Improve documentation of air further --- dumux/material/components/air.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dumux/material/components/air.hh b/dumux/material/components/air.hh index 10040e82ea..dbf908fe39 100644 --- a/dumux/material/components/air.hh +++ b/dumux/material/components/air.hh @@ -72,7 +72,7 @@ public: { return 37.86e5; /* [Pa] */ } /*! - * \brief The density of Air at a given pressure and temperature \f$\mathrm{[kg/m^3]}\f$. + * \brief The density \f$\mathrm{[kg/m^3]}\f$ of Air at a given pressure and temperature. * * Ideal gas is assumed. * @@ -98,7 +98,7 @@ public: { return true; } /*! - * \brief The pressure of gaseous Air at a given density and temperature \f$\mathrm{[Pa]}\f$. + * \brief The pressure \f$\mathrm{[Pa]}\f$ of gaseous Air at a given density and temperature. * * Ideal gas is assumed. * @@ -164,7 +164,7 @@ public: } /*! - * \brief Specific enthalpy of air \f$\mathrm{[J/kg]}\f$ + * \brief Specific enthalpy of Air \f$\mathrm{[J/kg]}\f$ * with 273.15 \f$ K \f$ as basis. <BR> * * \param temperature temperature of component in \f$\mathrm{[K]}\f$ -- GitLab