diff --git a/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh b/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh index 5acb522ecaa77fec2bd836bde5f2a772f305881c..0e402e86d5ba745d26dee7db1ec28c76fc099bad 100644 --- a/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh +++ b/dumux/decoupled/2p/diffusion/diffusionproblem2p.hh @@ -37,7 +37,7 @@ SET_TYPE_PROP(PressureTwoP, Model, typename GET_PROP_TYPE(TypeTag, PressureModel * \ingroup Pressure2p * \brief Base class for stationary solution of a two-phase diffusion/pressure equation * - * @tparam TypeTag The problem TypeTag + * \tparam TypeTag The problem TypeTag */ template<class TypeTag> class DiffusionProblem2P: public OneModelProblem<TypeTag> @@ -132,7 +132,7 @@ public: /* \brief Time integration function called by the time manager * - * For stationary diffusion problems this functions just finishes the simulation. + * For stationary diffusion problems this function just finishes the simulation. */ void timeIntegration() {