diff --git a/dumux/common/reorderingdofmapper.hh b/dumux/common/reorderingdofmapper.hh
index 4765efa2c29f8483b574ce4446893fe2263ceaa6..e15fc113918c76220131d1245e7b24fd31cf64be 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 d93c0f900dd911aa271202aa24ca6e5f2917fab9..9121848cdf3234fa5dce79a85b238f4aa299c511 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
  */