diff --git a/dumux/boxmodels/1p/1pindices.hh b/dumux/boxmodels/1p/1pindices.hh
index 67fb76670200915e258b13973df16b0db34889b8..5fa95e63a944613622a3e75136b5e6b72b461ae6 100644
--- a/dumux/boxmodels/1p/1pindices.hh
+++ b/dumux/boxmodels/1p/1pindices.hh
@@ -17,7 +17,7 @@
 /*!
  * \file
  *
- * \brief  Indices for the single phase model.
+ * \brief  Defines the indices for the one-phase box model.
  */
 #ifndef DUMUX_1P_INDICES_HH
 #define DUMUX_1P_INDICES_HH
@@ -25,13 +25,19 @@
 namespace Dumux
 {
 /*!
- * \brief Indices for the single phase model.
+ * \addtogroup OnePBoxModel
+ */
+// \{
+
+/*!
+ * \brief Indices for the one-phase model.
  */
 struct OnePIndices
 {
     static const int pressureIdx = 0;
 };
 
+// \}
 } // end namepace
 
 #endif