Skip to content
Snippets Groups Projects

[doc][newton] Fix file documentation

Merged Timo Koch requested to merge fix/doc-newton into master
1 file
+ 1
3
Compare changes
  • Side-by-side
  • Inline
@@ -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
Loading