From df033f5985e7a89f11a8575e71257f9b641f6a32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dennis=20Gl=C3=A4ser?= <dennis.glaeser@iws.uni-stuttgart.de>
Date: Tue, 22 May 2018 11:20:04 +0200
Subject: [PATCH] [elastic][indices] respect dumux conventions

---
 dumux/geomechanics/elastic/indices.hh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dumux/geomechanics/elastic/indices.hh b/dumux/geomechanics/elastic/indices.hh
index 782d06c20e..11dec5082a 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
-- 
GitLab