diff --git a/examples/tutorialproblem_coupled.hh b/examples/tutorialproblem_coupled.hh index 5439a4894..bf94e53b5 100644 --- a/examples/tutorialproblem_coupled.hh +++ b/examples/tutorialproblem_coupled.hh @@ -14,6 +14,11 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ +/*! + * \file + * + * \brief Tutorial problem for a fully coupled twophase box model. + */ #ifndef DUMUX_TUTORIALPROBLEM_COUPLED_HH #define DUMUX_TUTORIALPROBLEM_COUPLED_HH @@ -85,6 +90,12 @@ SET_PROP(TutorialProblemCoupled, SpatialParameters) /*@\label{tutorial-coupled:s SET_BOOL_PROP(TutorialProblemCoupled, EnableGravity, false); /*@\label{tutorial-coupled:gravity}@*/ } +/*! +* \ingroup TwoPBoxModel +* +* \brief Tutorial problem for a fully coupled twophase box model. +*/ + // Definition of the actual problem template class TutorialProblemCoupled : public TwoPProblem /*@\label{tutorial-coupled:def-problem}@*/ diff --git a/examples/tutorialspatialparameters_coupled.hh b/examples/tutorialspatialparameters_coupled.hh index a0de7fcb9..88c616167 100644 --- a/examples/tutorialspatialparameters_coupled.hh +++ b/examples/tutorialspatialparameters_coupled.hh @@ -13,6 +13,12 @@ * * * This program is distributed WITHOUT ANY WARRANTY. * *****************************************************************************/ +/*! + * \file + * + * \brief The spatial parameters for the fully coupled tutorial problem + * which uses the twophase box model. + */ #ifndef TUTORIALSPATIALPARAMETERS_COUPLED_HH #define TUTORIALSPATIALPARAMETERS_COUPLED_HH @@ -25,7 +31,12 @@ namespace Dumux { - +/*! + * \ingroup TwoPBoxModel + * + * \brief The spatial parameters for the fully coupled tutorial problem + * which uses the twophase box model. + */ template class TutorialSpatialParametersCoupled: public BoxSpatialParameters /*@\label{tutorial-coupled:tutorialSpatialParameters}@*/ {