From 633f8a4bd12e3669648ca4801fb4839f0df482c5 Mon Sep 17 00:00:00 2001
From: "Dennis.Glaeser" <dennis.glaeser@iws.uni-stuttgart.de>
Date: Wed, 24 Jun 2020 10:33:24 +0200
Subject: [PATCH] [doc][newton] Fix file documentation

---
 dumux/nonlinear/newtonsolver.hh | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dumux/nonlinear/newtonsolver.hh b/dumux/nonlinear/newtonsolver.hh
index 49100b41b9..1fcb477305 100644
--- a/dumux/nonlinear/newtonsolver.hh
+++ b/dumux/nonlinear/newtonsolver.hh
@@ -19,9 +19,7 @@
 /*!
  * \file
  * \ingroup Nonlinear
- * \brief Reference implementation of the Newton solver.
- *
- * Usually this solver should be sufficient.
+ * \brief Reference implementation of a Newton solver.
  */
 #ifndef DUMUX_NEWTON_SOLVER_HH
 #define DUMUX_NEWTON_SOLVER_HH
-- 
GitLab