From 5ce21c4274b01df06bf660938d95567bcc841f23 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 4 May 2004 13:48:52 +0000 Subject: [PATCH] Remove a few @briefs to make the class list look more coherent. git-svn-id: https://svn.dealii.org/trunk@9174 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/petsc_matrix_base.h | 1 - deal.II/lac/include/lac/petsc_parallel_vector.h | 1 - deal.II/lac/include/lac/petsc_vector.h | 1 - 3 files changed, 3 deletions(-) diff --git a/deal.II/lac/include/lac/petsc_matrix_base.h b/deal.II/lac/include/lac/petsc_matrix_base.h index 1e7b933189..04bfbbf847 100644 --- a/deal.II/lac/include/lac/petsc_matrix_base.h +++ b/deal.II/lac/include/lac/petsc_matrix_base.h @@ -43,7 +43,6 @@ namespace PETScWrappers * elements. * * @ingroup PETSc - * @brief Matrix iterator * @author Guido Kanschat, Roy Stogner, Wolfgang Bangerth, 2004 */ class const_iterator diff --git a/deal.II/lac/include/lac/petsc_parallel_vector.h b/deal.II/lac/include/lac/petsc_parallel_vector.h index fa29335043..3b416cc130 100644 --- a/deal.II/lac/include/lac/petsc_parallel_vector.h +++ b/deal.II/lac/include/lac/petsc_parallel_vector.h @@ -136,7 +136,6 @@ namespace PETScWrappers * necessary. * * @ingroup PETSc - * @brief Parallel vector using MPI * @author Wolfgang Bangerth, 2004 */ class Vector : public VectorBase diff --git a/deal.II/lac/include/lac/petsc_vector.h b/deal.II/lac/include/lac/petsc_vector.h index 23202c24b7..4fb0580ecc 100644 --- a/deal.II/lac/include/lac/petsc_vector.h +++ b/deal.II/lac/include/lac/petsc_vector.h @@ -37,7 +37,6 @@ namespace PETScWrappers * and are implemented in this particular class. * * @ingroup PETSc - * @brief Sequential vector * @author Wolfgang Bangerth, 2004 */ class Vector : public VectorBase -- 2.39.5