From 2bd7eb0e03618696dcbeb4ed8df4c68ad6192781 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 19 Apr 2004 16:31:39 +0000 Subject: [PATCH] Some final doxygen conversions. git-svn-id: https://svn.dealii.org/trunk@9051 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition_block.h | 6 +++--- deal.II/lac/include/lac/sparse_direct.h | 2 +- deal.II/lac/include/lac/sparse_matrix_ez.h | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/lac/include/lac/precondition_block.h b/deal.II/lac/include/lac/precondition_block.h index 40ef7b6daa..0ba5770d6c 100644 --- a/deal.II/lac/include/lac/precondition_block.h +++ b/deal.II/lac/include/lac/precondition_block.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -739,7 +739,7 @@ class PreconditionBlockSOR : public virtual Subscriptor, * auxiliary vector, which is not * desirable. * - * @see{vmult}. + * @see vmult */ template void vmult_add (Vector&, const Vector&) const; @@ -776,7 +776,7 @@ class PreconditionBlockSOR : public virtual Subscriptor, * auxiliary vector, which is not * desirable. * - * @see{vmult}. + * @see vmult */ template void Tvmult_add (Vector&, const Vector&) const; diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index 10a06d5875..32c63739ec 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -622,7 +622,7 @@ class SparseDirectMA27 : public Subscriptor * * The constructor of this class takes several arguments. Their * meaning is equivalent to those of the constructor of the - * @ref{SparseDirectMA27} class; see there for more information. + * SparseDirectMA27 class; see there for more information. * * * @section SPDMA47c Note on parallelization diff --git a/deal.II/lac/include/lac/sparse_matrix_ez.h b/deal.II/lac/include/lac/sparse_matrix_ez.h index 319729babe..c86939a151 100644 --- a/deal.II/lac/include/lac/sparse_matrix_ez.h +++ b/deal.II/lac/include/lac/sparse_matrix_ez.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2002, 2003 by the deal.II authors +// Copyright (C) 2002, 2003, 2004 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -884,7 +884,7 @@ class SparseMatrixEZ : public Subscriptor * integers. * * This function - * may produce @em{large} amounts of + * may produce @em large amounts of * output if applied to a large matrix! */ // void print_formatted (std::ostream &out, -- 2.39.5