From 81496e8d74f6f9f0f1fdd7838b271bcf6a21bed4 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 7 Oct 2005 11:03:14 +0000 Subject: [PATCH] Avoid doxygen warnings. git-svn-id: https://svn.dealii.org/trunk@11569 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/lapack_full_matrix.h | 1 + deal.II/lac/include/lac/petsc_matrix_base.h | 21 +++++++++++-------- .../lac/include/lac/petsc_parallel_vector.h | 1 + deal.II/lac/include/lac/tridiagonal_matrix.h | 2 ++ 4 files changed, 16 insertions(+), 9 deletions(-) diff --git a/deal.II/lac/include/lac/lapack_full_matrix.h b/deal.II/lac/include/lac/lapack_full_matrix.h index 75c9ae064d..1c4d52208a 100644 --- a/deal.II/lac/include/lac/lapack_full_matrix.h +++ b/deal.II/lac/include/lac/lapack_full_matrix.h @@ -316,6 +316,7 @@ class LAPACKFullMatrix : public TransposeTable }; +/**@}*/ template template diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index bdec226225..d6ddcd9b4f 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -363,15 +363,18 @@ namespace PETScWrappers const PetscScalar value); /** - * Remove all elements from this #row - * by setting them to zero. The - * function does not modify the number - * of allocated nonzero entries, it - * only sets some entries to zero. It - * may drop them from the sparsity - * pattern, though (but retains the - * allocated memory in case new entries - * are again added later). + * Remove all elements from + * this row by setting + * them to zero. The function + * does not modify the number + * of allocated nonzero + * entries, it only sets some + * entries to zero. It may drop + * them from the sparsity + * pattern, though (but retains + * the allocated memory in case + * new entries are again added + * later). * * This operation is used in * eliminating constraints (e.g. due to diff --git a/deal.II/lac/include/lac/petsc_parallel_vector.h b/deal.II/lac/include/lac/petsc_parallel_vector.h index 421f04c86c..a4a58a2c60 100644 --- a/deal.II/lac/include/lac/petsc_parallel_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_vector.h @@ -505,6 +505,7 @@ namespace PETScWrappers } } +/**@}*/ #endif // DEAL_II_USE_PETSC diff --git a/deal.II/lac/include/lac/tridiagonal_matrix.h b/deal.II/lac/include/lac/tridiagonal_matrix.h index 0ff4bb58cb..51ecfd59e4 100644 --- a/deal.II/lac/include/lac/tridiagonal_matrix.h +++ b/deal.II/lac/include/lac/tridiagonal_matrix.h @@ -337,6 +337,8 @@ class TridiagonalMatrix std::vector right; }; +/**@}*/ + //--------------------------------------------------------------------------- #ifndef DOXYGEN -- 2.39.5