From: Timo Heister Date: Thu, 25 Dec 2014 20:58:39 +0000 (-0500) Subject: fixup files X-Git-Tag: v8.2.0~3^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57460cbd4d0c028b721f53532f5739dc173631d3;p=dealii.git fixup files --- diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index bffe08dac2..e47a1328ab 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -929,7 +929,7 @@ namespace DataOutBase * the instructions provided in * http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files * unless it is at its default value of - * std::numeric_limits::min(). + * @verbatim std::numeric_limits::min() @endverbatim. */ double time; @@ -940,8 +940,8 @@ namespace DataOutBase * The value of this variable is written into the output file according to * the instructions provided in * http://www.visitusers.org/index.php?title=Time_and_Cycle_in_VTK_files - * unless it is at its default value of std::numeric_limits::min(). + * unless it is at its default value of + * @verbatim std::numeric_limits::min() @endverbatim. */ unsigned int cycle; diff --git a/include/deal.II/grid/grid_in.h b/include/deal.II/grid/grid_in.h index 5f56db3c79..f645cc833b 100644 --- a/include/deal.II/grid/grid_in.h +++ b/include/deal.II/grid/grid_in.h @@ -389,8 +389,8 @@ public: /** * Read grid data from an msh file, either version 1 or version 2 of that - * file format. The GMSH formats are documented at http://www.geuz.org/gmsh/ - * . + * file format. The GMSH formats are documented at + * http://www.geuz.org/gmsh/. * * @note The input function of deal.II does not distinguish between newline * and other whitespace. Therefore, deal.II will be able to read files in a diff --git a/include/deal.II/lac/solver_gmres.h b/include/deal.II/lac/solver_gmres.h index 6174d26901..8faaa1ed01 100644 --- a/include/deal.II/lac/solver_gmres.h +++ b/include/deal.II/lac/solver_gmres.h @@ -312,8 +312,8 @@ private: * application is also the use of a Krylov space method inside the * preconditioner. * - * FGMRES needs two vectors in each iteration steps yielding a total of 2 - * * SolverFGMRESAdditionalData::max_basis_size+1 auxiliary vectors. + * FGMRES needs two vectors in each iteration steps yielding a total of + * 2*SolverFGMRESAdditionalData::max_basis_size+1 auxiliary vectors. * * Caveat: documentation of this class is not up to date. There are also a few * parameters of GMRES we would like to introduce here.