From: wolf Date: Tue, 24 May 2005 22:58:46 +0000 (+0000) Subject: Fix comment markers. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39ebeb919b470cf44c1d3e4a538cbf3094ccd1e1;p=dealii-svn.git Fix comment markers. git-svn-id: https://svn.dealii.org/trunk@10731 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/petsc_block_sparse_matrix.h b/deal.II/lac/include/lac/petsc_block_sparse_matrix.h index aec78860ab..c153754b04 100644 --- a/deal.II/lac/include/lac/petsc_block_sparse_matrix.h +++ b/deal.II/lac/include/lac/petsc_block_sparse_matrix.h @@ -267,7 +267,8 @@ namespace PETScWrappers using BlockMatrixBase::clear; /** @addtogroup Exceptions - * @{ */ + * @{ + */ /** * Exception @@ -283,7 +284,7 @@ namespace PETScWrappers int, int, int, int, << "The blocks [" << arg1 << ',' << arg2 << "] and [" << arg3 << ',' << arg4 << "] have differing column numbers."); - //@} + ///@} }; diff --git a/deal.II/lac/include/lac/petsc_block_vector.h b/deal.II/lac/include/lac/petsc_block_vector.h index dd230aae71..104bc96211 100644 --- a/deal.II/lac/include/lac/petsc_block_vector.h +++ b/deal.II/lac/include/lac/petsc_block_vector.h @@ -294,7 +294,7 @@ namespace PETScWrappers * Exception */ DeclException0 (ExcIteratorRangeDoesNotMatchVectorSize); - //@} + ///@} }; /*@}*/