From 4558eef6cc68c1ad935a10d063be3b48285958d4 Mon Sep 17 00:00:00 2001 From: Christoph Grueninger <christoph.grueninger@iws.uni-stuttgart.de> Date: Fri, 18 Jan 2013 07:46:46 +0000 Subject: [PATCH] [Stokes 2c] Small doxygen fixes. git-svn-id: svn://svn.iws.uni-stuttgart.de/DUMUX/dumux/trunk@10024 2fb0f335-1f38-0410-981e-8018bf24f1b0 --- dumux/freeflow/stokes2cni/stokes2cniindices.hh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dumux/freeflow/stokes2cni/stokes2cniindices.hh b/dumux/freeflow/stokes2cni/stokes2cniindices.hh index 8e46c9126f..ed0233e520 100644 --- a/dumux/freeflow/stokes2cni/stokes2cniindices.hh +++ b/dumux/freeflow/stokes2cni/stokes2cniindices.hh @@ -42,9 +42,10 @@ struct Stokes2cniCommonIndices : public Stokes2cCommonIndices<TypeTag, PVOffset> public: // number of dimensions static const int dim = StokesCommonIndices<TypeTag>::dim; - static const int energyEqIdx = PVOffset + dim+2; //! The index for the energy balance equation - static const int temperatureIdx = energyEqIdx; //! The index for temperature in primary variable vectors + static const int energyEqIdx = PVOffset + dim+2; //!< The index for the energy balance equation + static const int temperatureIdx = energyEqIdx; //!< The index for temperature in primary variable vectors }; -} // end namespace +// \} +} // end namespace Dumux #endif -- GitLab