diff --git a/doc/doxygen/modules.txt b/doc/doxygen/modules.txt
index c706c030929c227b53d7c0d8570685ecb5badbfe..9910eb425bdf2a64e2676f133c16e10a586b2df4 100644
--- a/doc/doxygen/modules.txt
+++ b/doc/doxygen/modules.txt
@@ -19,7 +19,7 @@
         * \defgroup SequentialOnePModel Sequential
         * # Pressure
         * \copydetails ./porousmediumflow/1p/sequential/diffusion/cellcentered/pressure.hh
-        * 
+        *
         * # Velocity
         * \copydetails ./porousmediumflow/1p/sequential/diffusion/cellcentered/velocity.hh
         */
@@ -45,7 +45,7 @@
          * \defgroup SequentialTwoPModel Sequential
          * # Pressure
          * \copydetails ./porousmediumflow/2p/sequential/diffusion/cellcentered/pressure.hh
-         * 
+         *
          * # Velocity
          * \copydetails ./porousmediumflow/2p/sequential/diffusion/cellcentered/velocity.hh
          */
@@ -65,7 +65,7 @@
          * \defgroup SequentialTwoPTwoCModel Sequential
          * # Pressure
          * \copydetails ./porousmediumflow/2p2c/sequential/fvpressure.hh
-         * 
+         *
          * # Velocity
          * \copydetails ./porousmediumflow/2p2c/sequential/fvtransport.hh
          */
@@ -172,9 +172,11 @@
  */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup OnePTests 1p (one phase) benchmarks and tests
+ 	 * OnePTests contain various tests using a OnePModel. The files are listed below, with hopefully self-explanatory names.
  	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup OnePNCTests 1pnc (one phase, n-component) benchmarks and tests
+ 	 * OnePNCTests contain various tests using a OneNCPModel. The files are listed below, with hopefully self-explanatory names.
  	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup OnePNCMinTests 1pncmin (one phase, n-component mineralization) benchmarks and tests
@@ -202,25 +204,25 @@
  	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup ThreePWaterOilTests 3pwateroil (three phase, water oil) benchmarks and tests
- 	 */   
+ 	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup CO2Tests CO2 (two phase, two component) benchmarks and tests
- 	 */  	
+ 	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup MPNCTests MPNC (m phase, n-component) benchmarks and tests
- 	 */  	  
+ 	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup MPNCTests MPNC (m phase, n-component) benchmarks and tests
  	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup RichardsTests Richards benchmarks and tests
- 	 */  	 
+ 	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup RichardsNCTests Richards n-component benchmarks and tests
- 	 */   
+ 	 */
  	/*! \ingroup BenchmarksAndTests
  	 * \defgroup TracerTests Tracer benchmarks and tests
- 	 */  
+ 	 */
 
 /* ***************** Discretization ******************/
 /*!
@@ -374,30 +376,30 @@
      * parameters. For example permeability, porosity etc.
      *
      */
- 
+
 /* ***************** Adaptive ******************/
 /*!
  * \defgroup Adaptive Adaptive
  *  TODO: Doc me in modules.txt!
  */
- 
+
 /* ***************** Assembly ******************/
 /*!
  * \defgroup Assembly Assembly
  *  TODO: Doc me in modules.txt!
  */
- 
+
 /* ***************** Common ******************/
 /*!
  * \defgroup Common Common
  *  TODO: Doc me in modules.txt!
  */
- 	/*! 
+ 	/*!
   	 * \ingroup Common
   	 * \defgroup Properties Properties
   	 * TODO: Doc me in modules.txt!
   	 */
-  	  
+
 /* ***************** InputOutput ******************/
 /*!
  * \defgroup InputOutput Input Output
diff --git a/test/porousmediumflow/1p/implicit/1pniconductionproblem.hh b/test/porousmediumflow/1p/implicit/1pniconductionproblem.hh
index d86fa8e2fdadb7bb4e730fd47472d0fbe30f4d1b..7783e127685ea12c65b409fe32d7fc4acd832504 100644
--- a/test/porousmediumflow/1p/implicit/1pniconductionproblem.hh
+++ b/test/porousmediumflow/1p/implicit/1pniconductionproblem.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /**
  * \file
+ * \ingroup OnePTests
  * \brief Test for the OnePModel in combination with the NI model for a conduction problem:
  * The simulation domain is a tube where with an elevated temperature on the left hand side.
  */
@@ -75,9 +76,7 @@ SET_STRING_PROP(OnePNIConductionCCMpfaProblem, ModelParameterGroup, "MpfaTest");
 
 
 /*!
- * \ingroup OnePNIModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief Test for the OnePModel in combination with the NI model for a conduction problem:
  * The simulation domain is a tube where with an elevated temperature on the left hand side.
  *
diff --git a/test/porousmediumflow/1p/implicit/1pniconvectionproblem.hh b/test/porousmediumflow/1p/implicit/1pniconvectionproblem.hh
index 46606a7ee5e959a5494acb3eb0d2e105e24fdbac..83ba39e8c89c2d2e1c1ab53f92950d2f5338922e 100644
--- a/test/porousmediumflow/1p/implicit/1pniconvectionproblem.hh
+++ b/test/porousmediumflow/1p/implicit/1pniconvectionproblem.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /**
  * \file
+ * \ingroup OnePTests
  * \brief Test for the OnePModel in combination with the NI model for a convection problem:
  * The simulation domain is a tube where water with an elevated temperature is injected
  * at a constant rate on the left hand side.
@@ -73,9 +74,7 @@ SET_STRING_PROP(OnePNIConvectionCCMpfaProblem, ModelParameterGroup, "MpfaTest");
 
 
 /*!
- * \ingroup OnePNIModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief Test for the OnePModel in combination with the NI model for a convection problem:
  * The simulation domain is a tube where water with an elevated temperature is injected
  * at a constant rate on the left hand side.
diff --git a/test/porousmediumflow/1p/implicit/1pnispatialparams.hh b/test/porousmediumflow/1p/implicit/1pnispatialparams.hh
index c25b752a0ae65528f2d5e80de0e220437820d478..033ea74956ac28cc15aa81809356088578e08f05 100644
--- a/test/porousmediumflow/1p/implicit/1pnispatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/1pnispatialparams.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief Definition of the spatial parameters for the 1pni problems.
  */
 #ifndef DUMUX_TEST_1PNI_SPATIAL_PARAMS_HH
@@ -30,9 +30,7 @@ namespace Dumux
 {
 
 /*!
- * \ingroup OnePNIModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief Definition of the spatial parameters for the 1pni problems.
  */
 template<class TypeTag>
diff --git a/test/porousmediumflow/1p/implicit/1ptestproblem.hh b/test/porousmediumflow/1p/implicit/1ptestproblem.hh
index 81c6a9aebf435b331004192552fc8b4e37c5326c..06c7a330aaed31a6966e23f50af8da9222b74572 100644
--- a/test/porousmediumflow/1p/implicit/1ptestproblem.hh
+++ b/test/porousmediumflow/1p/implicit/1ptestproblem.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief A test problem for the one-phase model:
  * water is flowing from bottom to top through and around a low permeable lens.
  */
@@ -68,8 +68,7 @@ SET_TYPE_PROP(OnePTestProblem, SpatialParams, OnePTestSpatialParams<TypeTag> );
 }
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
+ * \ingroup OnePTests
  * \brief  Test problem for the one-phase model:
  * water is flowing from bottom to top through and around a low permeable lens.
  *
diff --git a/test/porousmediumflow/1p/implicit/1ptestspatialparams.hh b/test/porousmediumflow/1p/implicit/1ptestspatialparams.hh
index 7d73936881d572685286244866da0d66c8afc89b..27b1780e7fe72d958efee7237f6257ee6bab7057 100644
--- a/test/porousmediumflow/1p/implicit/1ptestspatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/1ptestspatialparams.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief The spatial parameters class for the test problem using the
  *        1p box model
  */
@@ -42,9 +42,7 @@ NEW_TYPE_TAG(OnePTestSpatialParams);
 }
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief The spatial parameters class for the test problem using the
  *        1p box model
  */
diff --git a/test/porousmediumflow/1p/implicit/compressible/problem.hh b/test/porousmediumflow/1p/implicit/compressible/problem.hh
index 34c4ff042bce25c50e77972d1a36ab9184451408..47f4f0f5872c472247c4957bfb926ff926eb0b19 100644
--- a/test/porousmediumflow/1p/implicit/compressible/problem.hh
+++ b/test/porousmediumflow/1p/implicit/compressible/problem.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
+ * \ingroup OnePTests
  * \brief The properties for the incompressible test
  */
 #ifndef DUMUX_INCOMPRESSIBLE_ONEP_TEST_PROBLEM_HH
@@ -73,7 +74,13 @@ SET_BOOL_PROP(OnePCompressible, EnableGridFluxVariablesCache, false);
 SET_BOOL_PROP(OnePCompressible, EnableFVGridGeometryCache, false);
 
 } // end namespace Properties
-
+/*!
+ * \ingroup OnePTests
+ * \brief  Test problem for the compressible one-phase model:
+ *\todo doc me!
+ * <tt>./test_box1pfv</tt> or
+ * <tt>./test_cc1pfv</tt>
+ */
 template<class TypeTag>
 class OnePTestProblem : public PorousMediumFlowProblem<TypeTag>
 {
diff --git a/test/porousmediumflow/1p/implicit/compressible/spatialparams.hh b/test/porousmediumflow/1p/implicit/compressible/spatialparams.hh
index 3cb4c280a0e9263e5717a3459c3270842ceaa575..cf17ccaa3cec2b0ee2ac8b47e2e1e1a21397d8c8 100644
--- a/test/porousmediumflow/1p/implicit/compressible/spatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/compressible/spatialparams.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
+ * \ingroup OnePTests
  * \brief The spatial params the incompressible test
  */
 #ifndef DUMUX_COMPRESSIBLE_ONEP_TEST_SPATIAL_PARAMS_HH
@@ -28,6 +29,11 @@
 namespace Dumux
 {
 
+/*!
+ * \ingroup OnePTests
+ * \brief The spatial parameters class for the test problem using the
+ *        compressible 1p model
+ */
 template<class TypeTag>
 class OnePTestSpatialParams : public FVSpatialParamsOneP<TypeTag>
 {
diff --git a/test/porousmediumflow/1p/implicit/fractureproblem.hh b/test/porousmediumflow/1p/implicit/fractureproblem.hh
index 77a2b29aed74ff47804888e39168c0dc7657bf02..6faf7d9519fd6e0bb6bd43986a00818eee29f26c 100644
--- a/test/porousmediumflow/1p/implicit/fractureproblem.hh
+++ b/test/porousmediumflow/1p/implicit/fractureproblem.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief A discrete fracture network embedded in an impermeable matrix.
  *        The fracture is a 2D network embedded in 3D.
  */
@@ -71,8 +71,7 @@ SET_PROP(FractureProblem, FluidSystem)
 } // end namespace Properties
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
+ * \ingroup OnePTests
  * \brief A discrete fracture network embedded in an impermeable matrix.
  *        The fracture is a 2D network embedded in 3D.
  *
diff --git a/test/porousmediumflow/1p/implicit/fracturespatialparams.hh b/test/porousmediumflow/1p/implicit/fracturespatialparams.hh
index 34e1a50db7e395760e5b3aa0ed346e4eb218eec8..a7f58acbeb5d0940d60984017124b9b3ad7c1306 100644
--- a/test/porousmediumflow/1p/implicit/fracturespatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/fracturespatialparams.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief The spatial parameters for the LensProblem which uses the
  *        two-phase fully implicit model
  */
@@ -44,8 +44,7 @@ SET_TYPE_PROP(FractureSpatialParams, SpatialParams, Dumux::FractureSpatialParams
 
 }
 /*!
- * \ingroup TwoPModel
- * \ingroup ImplicitTestProblems
+ * \ingroup OnePTests
  * \brief The spatial parameters for the LensProblem which uses the
  *        two-phase fully implicit model
  */
diff --git a/test/porousmediumflow/1p/implicit/incompressible/problem.hh b/test/porousmediumflow/1p/implicit/incompressible/problem.hh
index 3fa5a3af5967f27dfbca73a1325971c10ed71c4f..dd312277f4670c1a7106aae5df84208acfff2beb 100644
--- a/test/porousmediumflow/1p/implicit/incompressible/problem.hh
+++ b/test/porousmediumflow/1p/implicit/incompressible/problem.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
+ * \ingroup OnePTests
  * \brief The properties for the incompressible test
  */
 #ifndef DUMUX_INCOMPRESSIBLE_ONEP_TEST_PROBLEM_HH
@@ -75,7 +76,13 @@ SET_BOOL_PROP(OnePIncompressible, EnableGridFluxVariablesCache, false);
 SET_BOOL_PROP(OnePIncompressible, EnableFVGridGeometryCache, false);
 
 } // end namespace Properties
-
+/*!
+ * \ingroup OnePTests
+ * \brief  Test problem for the incompressible one-phase model:
+ *\todo doc me!
+ * <tt>./test_box1pfv</tt> or
+ * <tt>./test_cc1pfv</tt>
+ */
 template<class TypeTag>
 class OnePTestProblem : public PorousMediumFlowProblem<TypeTag>
 {
diff --git a/test/porousmediumflow/1p/implicit/incompressible/spatialparams.hh b/test/porousmediumflow/1p/implicit/incompressible/spatialparams.hh
index e4c69ca87c467ed463a71d56cb1789fbef1ae116..cd59f142662270e556905bbd50ac9d5e45612da2 100644
--- a/test/porousmediumflow/1p/implicit/incompressible/spatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/incompressible/spatialparams.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
+ * \ingroup OnePTests
  * \brief The spatial params the incompressible test
  */
 #ifndef DUMUX_INCOMPRESSIBLE_ONEP_TEST_SPATIAL_PARAMS_HH
@@ -28,6 +29,11 @@
 namespace Dumux
 {
 
+/*!
+ * \ingroup OnePTests
+ * \brief The spatial parameters class for the test problem using the
+ *        incompressible 1p model
+ */
 template<class TypeTag>
 class OnePTestSpatialParams : public FVSpatialParamsOneP<TypeTag>
 {
diff --git a/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblem.hh b/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblem.hh
index 9e6462ce6066f12f2187afa6e1fd95d7726c7d20..54d29062d7d1a832c6249a04020e80f1ecc40b86 100644
--- a/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblem.hh
+++ b/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblem.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief A test problem for the one-phase model:
  * Water is injected in one single point in the middle of the domain.
  */
@@ -65,8 +65,7 @@ SET_TYPE_PROP(OnePSingularityTypeTag, SpatialParams, OnePSingularitySpatialParam
 }
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
+ * \ingroup OnePTests
  * \brief  Test problem for the one-phase model:
  * Water is injected in a single point in the middle of the domain.
  *
diff --git a/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblemtimedependent.hh b/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblemtimedependent.hh
index ad01ca8c0c7a2a70324a5b9748c517c5744f533c..db614f066769e7b857948f37d8a99084ce954e9e 100644
--- a/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblemtimedependent.hh
+++ b/test/porousmediumflow/1p/implicit/pointsources/1psingularityproblemtimedependent.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief A test problem for the one-phase model:
  * Water is injected in one single point in the middle of the domain.
  */
@@ -44,8 +44,7 @@ SET_TYPE_PROP(OnePSingularityTimeDependentCCTpfaTypeTag, PointSource, SolDepende
 }
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
+ * \ingroup OnePTests
  * \brief  Test problem for the one-phase model:
  * Water is injected in a single point in the middle of the domain.
  *
diff --git a/test/porousmediumflow/1p/implicit/pointsources/1psingularityspatialparams.hh b/test/porousmediumflow/1p/implicit/pointsources/1psingularityspatialparams.hh
index c28c7aa62161a00309244b30355511c9a809e11f..8f44623a79d07639def22d3d2244cf9fe97ac3d0 100644
--- a/test/porousmediumflow/1p/implicit/pointsources/1psingularityspatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/pointsources/1psingularityspatialparams.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief The spatial parameters class for the test problem using the
  *        1p model with point sources
  */
@@ -31,9 +31,7 @@ namespace Dumux
 {
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief The spatial parameters class for the test problem using the
  *        1p model with point sources
  */
diff --git a/test/porousmediumflow/1p/implicit/tubesproblem.hh b/test/porousmediumflow/1p/implicit/tubesproblem.hh
index fa97b6ef2ed95a26fff4bd6ae262f9958fc791b6..3d0e935392d043cfdfaba4611fe1108f8e2b095d 100644
--- a/test/porousmediumflow/1p/implicit/tubesproblem.hh
+++ b/test/porousmediumflow/1p/implicit/tubesproblem.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePTests
  * \brief A test problem for the 1p model. A pipe system with circular cross-section
  *        and a branching point embedded in a three-dimensional world
  */
@@ -68,9 +68,7 @@ SET_PROP(TubesTestProblem, FluidSystem)
 } // end namespace Properties
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief A test problem for the 1p model. A pipe system with circular cross-section
  *        and a branching point embedded in a three-dimensional world
  */
diff --git a/test/porousmediumflow/1p/implicit/tubesspatialparams.hh b/test/porousmediumflow/1p/implicit/tubesspatialparams.hh
index a35f34a5bed9db2b180d619b048ca42d30e58d4f..5cf7a8ecdd280f366d7c6b3463cc1f539cadb8a5 100644
--- a/test/porousmediumflow/1p/implicit/tubesspatialparams.hh
+++ b/test/porousmediumflow/1p/implicit/tubesspatialparams.hh
@@ -18,8 +18,8 @@
  *****************************************************************************/
 /*!
  * \file
- *
-  * \brief A test problem for the 1p model. A pipe system with circular cross-section
+ * \ingroup OnePTests
+ * \brief A test problem for the 1p model. A pipe system with circular cross-section
  *        and a branching point embedded in a three-dimensional world
  */
 #ifndef DUMUX_ONEP_TUBES_TEST_SPATIALPARAMS_HH
@@ -31,9 +31,7 @@ namespace Dumux
 {
 
 /*!
- * \ingroup OnePModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePTests
  * \brief A test problem for the 1p model. A pipe system with circular cross-section
  *        and a branching point embedded in a three-dimensional world
  */
diff --git a/test/porousmediumflow/1pnc/implicit/1p2cniconductionproblem.hh b/test/porousmediumflow/1pnc/implicit/1p2cniconductionproblem.hh
index 97063ded28857f89ce833a6607058066d8cd3c5b..944ae32dbe1dac44d07e29cda8e4c372794c80cf 100644
--- a/test/porousmediumflow/1pnc/implicit/1p2cniconductionproblem.hh
+++ b/test/porousmediumflow/1pnc/implicit/1p2cniconductionproblem.hh
@@ -18,9 +18,9 @@
  *****************************************************************************/
 /**
  * \file
- * \brief Test for the OnePTwoCModel in combination with the NI model for a conduction problem:
+ * \ingroup OnePNCTests
+ * \brief Test for the OnePNCModel in combination with the NI model for a conduction problem:
  * The simulation domain is a tube where with an elevated temperature on the left hand side.
- *
  */
 #ifndef DUMUX_1P2CNI_CONDUCTION_TEST_PROBLEM_HH
 #define DUMUX_1P2CNI_CONDUCTION_TEST_PROBLEM_HH
@@ -72,9 +72,7 @@ SET_BOOL_PROP(OnePTwoCNIConductionProblem, UseMoles, true);
 
 
 /*!
- * \ingroup OnePNCModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePNCTests
  * \brief Definition of a problem, for the 1pnc problem:
  * Nitrogen is dissolved in the water phase and
  * is transported with the water flow from the left side to the right.
diff --git a/test/porousmediumflow/1pnc/implicit/1p2cniconvectionproblem.hh b/test/porousmediumflow/1pnc/implicit/1p2cniconvectionproblem.hh
index fe55eafcf628fe0e232a058cfc8569d1a8065af0..cc8a0be81ba196ea4ee019d1fc58371d06b028ed 100644
--- a/test/porousmediumflow/1pnc/implicit/1p2cniconvectionproblem.hh
+++ b/test/porousmediumflow/1pnc/implicit/1p2cniconvectionproblem.hh
@@ -16,13 +16,12 @@
  *   You should have received a copy of the GNU General Public License       *
  *   along with this program.  If not, see <http://www.gnu.org/licenses/>.   *
  *****************************************************************************/
- /*
-  * \file
-  * \brief Test for the OnePTwoCModel in combination with the NI model for a convection problem:
-  * The simulation domain is a tube where water with an elevated temperature is injected
-  * at a constant rate on the left hand side.
-  *
-  */
+/**
+ * \file
+ * \ingroup OnePNCTests
+ * \brief Test for the OnePNCModel in combination with the NI model for a conduction problem:
+ * The simulation domain is a tube where with an elevated temperature on the left hand side.
+ */
 #ifndef DUMUX_1P2CNI_CONVECTION_TEST_PROBLEM_HH
 #define DUMUX_1P2CNI_CONVECTION_TEST_PROBLEM_HH
 
@@ -73,9 +72,7 @@ SET_BOOL_PROP(OnePTwoCNIConvectionProblem, UseMoles, true);
 
 
 /*!
- * \ingroup OnePTwoCModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePNCTests
  * \brief Test for the OnePTwoCModel in combination with the NI model for a convection problem:
  * The simulation domain is a tube where water with an elevated temperature is injected
  * at a constant rate on the left hand side.
diff --git a/test/porousmediumflow/1pnc/implicit/1p2ctestproblem.hh b/test/porousmediumflow/1pnc/implicit/1p2ctestproblem.hh
index 0f140d6e4f419428475837c53217096ebc5c5007..88d755f36c6c25c6d37f643b29ba1b11b56e451a 100644
--- a/test/porousmediumflow/1pnc/implicit/1p2ctestproblem.hh
+++ b/test/porousmediumflow/1pnc/implicit/1p2ctestproblem.hh
@@ -18,6 +18,7 @@
  *****************************************************************************/
 /**
  * \file
+ * \ingroup OnePNCTests
  * \brief Definition of a problem, for the 1pnc problem:
  * Component transport of nitrogen dissolved in the water phase.
  */
@@ -72,9 +73,7 @@ SET_BOOL_PROP(OnePTwoCTestProblem, UseMoles, true);
 
 
 /*!
- * \ingroup OnePNCModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePNCTests
  * \brief Definition of a problem, for the 1pnc problem:
  * Nitrogen is dissolved in the water phase and
  * is transported with the water flow from the left side to the right.
diff --git a/test/porousmediumflow/1pnc/implicit/1pnctestspatialparams.hh b/test/porousmediumflow/1pnc/implicit/1pnctestspatialparams.hh
index c3ee726c486557ed6267e67cd27f7209abd48678..7eed0a87f309b93a83c33d4e0224266c8e859c99 100644
--- a/test/porousmediumflow/1pnc/implicit/1pnctestspatialparams.hh
+++ b/test/porousmediumflow/1pnc/implicit/1pnctestspatialparams.hh
@@ -18,9 +18,9 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup OnePNCTests
  * \brief Definition of the spatial parameters for the 1pnc
- *        outlfow problem.
+ *        problems.
  */
 #ifndef DUMUX_1PNC_TEST_SPATIAL_PARAMS_HH
 #define DUMUX_1PNC_TEST_SPATIAL_PARAMS_HH
@@ -31,11 +31,9 @@ namespace Dumux
 {
 
 /*!
- * \ingroup OnePNCModel
- * \ingroup ImplicitTestProblems
- *
+ * \ingroup OnePNCTests
  * \brief Definition of the spatial parameters for the 1pnc
- *        test problem.
+ *        test problems.
  */
 template<class TypeTag>
 class OnePNCTestSpatialParams : public FVSpatialParamsOneP<TypeTag>