From 9ddfaccb3d4f8b15f0593013e8d1965e9f3f196e Mon Sep 17 00:00:00 2001
From: Marco Agnese <marco.agnese88@gmail.com>
Date: Tue, 24 Mar 2015 20:53:23 +0100
Subject: [PATCH] Adjust Doxygen comments.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Cherry-picked changes, left out white-space changes
and variable renaming, from 36cebfb6d30703a9db4253e4ca4f7d7f3b4e92d3

Signed-off-by: Christoph Grüninger <gruenich@dune-project.org>
---
 dune/istl/umfpack.hh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dune/istl/umfpack.hh b/dune/istl/umfpack.hh
index 639111c8..2fc30e06 100644
--- a/dune/istl/umfpack.hh
+++ b/dune/istl/umfpack.hh
@@ -209,7 +209,7 @@ namespace Dune {
      * This computes the matrix decomposition, and may take a long time
      * (and use a lot of memory).
      *
-     *  @param mat_ the matrix to solve for
+     *  @param matrix the matrix to solve for
      *  @param verbose [0..2] set the verbosity level, defaults to 0
      */
     UMFPack(const Matrix& matrix, int verbose=0) : matrixIsLoaded_(false)
@@ -227,7 +227,7 @@ namespace Dune {
      * This computes the matrix decomposition, and may take a long time
      * (and use a lot of memory).
      *
-     * @param mat_ the matrix to solve for
+     * @param matrix the matrix to solve for
      * @param verbose [0..2] set the verbosity level, defaults to 0
      */
     UMFPack(const Matrix& matrix, int verbose, bool) : matrixIsLoaded_(false)
-- 
GitLab