From cc23b2b8293cae4b436c6c124168385dd83936d4 Mon Sep 17 00:00:00 2001
From: Kilian Weishaupt <kilian.weishaupt@iws.uni-stuttgart.de>
Date: Thu, 15 Sep 2016 16:25:29 +0200
Subject: [PATCH] [doxygen][reordering] Remove text after \file

*Was mistakenly interpreted as file name by doxygen
---
 dumux/common/reorderingdofmapper.hh | 2 +-
 dumux/linear/scotchbackend.hh       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dumux/common/reorderingdofmapper.hh b/dumux/common/reorderingdofmapper.hh
index 4765efa2c2..e15fc11391 100644
--- a/dumux/common/reorderingdofmapper.hh
+++ b/dumux/common/reorderingdofmapper.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 
 /*!
- * \file An SCSG element mapper that sorts the indices in order to optimize the matrix sparsity pattern
+ * \file
  * \brief An SCSG element mapper that sorts the indices in order to optimize the matrix sparsity pattern
  * \note The reordering needs the SCOTCH library
  */
diff --git a/dumux/linear/scotchbackend.hh b/dumux/linear/scotchbackend.hh
index d93c0f900d..9121848cdf 100644
--- a/dumux/linear/scotchbackend.hh
+++ b/dumux/linear/scotchbackend.hh
@@ -18,7 +18,7 @@
  *****************************************************************************/
 
 /*!
- * \file An interface to the scotch library for matrix reordering
+ * \file
  * \brief An interface to the scotch library for matrix reordering
  * \note This is adapted from the FEniCS implementation of the scotch interface
  */
-- 
GitLab