diff --git a/dumux/geomechanics/elastic/indices.hh b/dumux/geomechanics/elastic/indices.hh
index 782d06c20e525474e1505d8b4c3619c3069f5723..11dec5082a6e11d165ff06f1c56e7f06bbb9105f 100644
--- a/dumux/geomechanics/elastic/indices.hh
+++ b/dumux/geomechanics/elastic/indices.hh
@@ -20,13 +20,12 @@
  * \file
  * \ingroup Geomechanics
  * \ingroup Elastic
- * \brief  Defines the indices for the elastic model
+ * \brief Defines the indices for the elastic model
  */
 #ifndef DUMUX_ELASTIC_INDICES_HH
 #define DUMUX_ELASTIC_INDICES_HH
 
 namespace Dumux {
-// \{
 
 /*!
  * \ingroup Geomechanics
@@ -52,7 +51,6 @@ struct ElasticIndices
     static constexpr int uzIdx = 2;
 };
 
-// \}
-} // end namespace
+} // end namespace Dumux
 
 #endif