From: Denis Davydov Date: Mon, 20 Jun 2016 22:35:02 +0000 (+0200) Subject: fix doxygen in TrilinosWrappers::SolverDirect X-Git-Tag: v8.5.0-rc1~968^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4876e5d33a0e46bbcf66df97df14f47f6008b3c0;p=dealii.git fix doxygen in TrilinosWrappers::SolverDirect --- diff --git a/include/deal.II/lac/trilinos_solver.h b/include/deal.II/lac/trilinos_solver.h index 04c07684ea..4efcaedc95 100644 --- a/include/deal.II/lac/trilinos_solver.h +++ b/include/deal.II/lac/trilinos_solver.h @@ -575,7 +575,7 @@ namespace TrilinosWrappers */ void initialize (const SparseMatrix &A); - /* + /** * Solve the linear system Ax=b based on the * package set in intialize(). Note the matrix is not refactorized during * this call.