diff --git a/test/porousmediumflow/2p1c/implicit/steaminjectionproblem.hh b/test/porousmediumflow/2p1c/implicit/steaminjectionproblem.hh
index 9af5bc1b872fb80531789df908082d89095c1584..0160373b0285917bfc37c87be7cbfd738322e003 100644
--- a/test/porousmediumflow/2p1c/implicit/steaminjectionproblem.hh
+++ b/test/porousmediumflow/2p1c/implicit/steaminjectionproblem.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup TwoPOneCTests
  * \brief Non-isothermal steam injection test problem for the 2p1cni model.
  *
  */
@@ -70,7 +70,7 @@ SET_BOOL_PROP(InjectionProblemTypeTag, UseBlockingOfSpuriousFlow, true);
 }
 
 /*!
- * \ingroup TwoPOneC
+ * \ingroup TwoPOneCTests
  * \brief Non-isothermal 2D problem where steam is injected on the lower left side of the domain.
  *
  * This problem uses the \ref TwoPOneC model.
diff --git a/test/porousmediumflow/2p1c/implicit/steaminjectionspatialparams.hh b/test/porousmediumflow/2p1c/implicit/steaminjectionspatialparams.hh
index d306b58b831974ba82c687438de6216b8beb59f1..12fa98c64737477f1b5f59e56f69fa03e17e7742 100644
--- a/test/porousmediumflow/2p1c/implicit/steaminjectionspatialparams.hh
+++ b/test/porousmediumflow/2p1c/implicit/steaminjectionspatialparams.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 /*!
  * \file
- *
+ * \ingroup TwoPOneCTests
  * \brief Definition of the spatial parameters for the steam injection problem
  */
 
@@ -57,8 +57,7 @@ SET_PROP(InjectionProblemSpatialParams, MaterialLaw)
 }
 
 /*!
- * \ingroup TwoPOneCNIModel
- *
+ * \ingroup TwoPOneCTests
  * \brief Definition of the spatial parameters for various steam injection problems
  */
 template<class TypeTag>