diff --git a/tutorial/tutorialproblem_coupled.hh b/tutorial/tutorialproblem_coupled.hh
index 5439a489460259f1e4f3a4d21f0ad7002c123c46..bf94e53b5462c52535646273e433fafb989197cc 100644
--- a/tutorial/tutorialproblem_coupled.hh
+++ b/tutorial/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 TypeTag>
 class TutorialProblemCoupled : public TwoPProblem<TypeTag> /*@\label{tutorial-coupled:def-problem}@*/
diff --git a/tutorial/tutorialspatialparameters_coupled.hh b/tutorial/tutorialspatialparameters_coupled.hh
index a0de7fcb9f780aba530ef87c60dcc50225a78765..88c616167081d9d534fca9d05f2b8f49968bdce2 100644
--- a/tutorial/tutorialspatialparameters_coupled.hh
+++ b/tutorial/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 TypeTag>
 class TutorialSpatialParametersCoupled: public BoxSpatialParameters<TypeTag> /*@\label{tutorial-coupled:tutorialSpatialParameters}@*/
 {