From e54577fe8e815bf0608fac929f8182d5151f0f95 Mon Sep 17 00:00:00 2001
From: Johannes Hommel <johannes.hommel@iws.uni-stuttgart.de>
Date: Tue, 19 Dec 2017 11:05:15 +0100
Subject: [PATCH] [doxygen] updated doxygen for all 1p and 1pnc tests

---
 doc/doxygen/modules.txt                       | 30 ++++++++++---------
 .../1p/implicit/1pniconductionproblem.hh      |  5 ++--
 .../1p/implicit/1pniconvectionproblem.hh      |  5 ++--
 .../1p/implicit/1pnispatialparams.hh          |  6 ++--
 .../1p/implicit/1ptestproblem.hh              |  5 ++--
 .../1p/implicit/1ptestspatialparams.hh        |  6 ++--
 .../1p/implicit/compressible/problem.hh       |  9 +++++-
 .../1p/implicit/compressible/spatialparams.hh |  6 ++++
 .../1p/implicit/fractureproblem.hh            |  5 ++--
 .../1p/implicit/fracturespatialparams.hh      |  5 ++--
 .../1p/implicit/incompressible/problem.hh     |  9 +++++-
 .../implicit/incompressible/spatialparams.hh  |  6 ++++
 .../pointsources/1psingularityproblem.hh      |  5 ++--
 .../1psingularityproblemtimedependent.hh      |  5 ++--
 .../1psingularityspatialparams.hh             |  6 ++--
 .../1p/implicit/tubesproblem.hh               |  6 ++--
 .../1p/implicit/tubesspatialparams.hh         |  8 ++---
 .../1pnc/implicit/1p2cniconductionproblem.hh  |  8 ++---
 .../1pnc/implicit/1p2cniconvectionproblem.hh  | 17 +++++------
 .../1pnc/implicit/1p2ctestproblem.hh          |  5 ++--
 .../1pnc/implicit/1pnctestspatialparams.hh    | 10 +++----
 21 files changed, 85 insertions(+), 82 deletions(-)

diff --git a/doc/doxygen/modules.txt b/doc/doxygen/modules.txt
index c706c03092..9910eb425b 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 d86fa8e2fd..7783e12768 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 46606a7ee5..83ba39e8c8 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 c25b752a0a..033ea74956 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 81c6a9aebf..06c7a330aa 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 7d73936881..27b1780e7f 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 34c4ff042b..47f4f0f587 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 3cb4c280a0..cf17ccaa3c 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 77a2b29aed..6faf7d9519 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 34e1a50db7..a7f58acbeb 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 3fa5a3af59..dd312277f4 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 e4c69ca87c..cd59f14266 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 9e6462ce60..54d29062d7 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 ad01ca8c0c..db614f0667 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 c28c7aa621..8f44623a79 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 fa97b6ef2e..3d0e935392 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 a35f34a5be..5cf7a8ecdd 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 97063ded28..944ae32dbe 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 fe55eafcf6..cc8a0be81b 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 0f140d6e4f..88d755f36c 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 c3ee726c48..7eed0a87f3 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>
-- 
GitLab