From: Wolfgang Bangerth Date: Tue, 27 Nov 2012 14:10:29 +0000 (+0000) Subject: Minor markup fixes. X-Git-Tag: v8.0.0~1758 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5fa6d6ab5092cc570832a5f7b1c0fc70a1edf20;p=dealii.git Minor markup fixes. git-svn-id: https://svn.dealii.org/trunk@27696 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 6cdf1e8f2a..6ec462b0f6 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -27,11 +27,15 @@ template class FullMatrix; template class BlockMatrixBase; template class SparseILU; -/*! @addtogroup Matrix1 - *@{ +/** + * @addtogroup Matrix1 + * @{ */ - +/** + * A namespace in which we declare iterators over the elements of sparse + * matrices. + */ namespace SparseMatrixIterators { // forward declaration @@ -1263,9 +1267,6 @@ public: const unsigned int index) const; /** - * @internal @deprecated Use iterator or - * const_iterator instead! - * * This is for hackers. Get * access to the ith element of * this matrix. The elements are @@ -1284,16 +1285,19 @@ public: * also rename this function to * avoid programs relying on * outdated information! + * + * @internal @deprecated Use iterator or + * const_iterator instead! */ number global_entry (const unsigned int i) const; /** - * @internal @deprecated Use iterator or - * const_iterator instead! - * * Same as above, but with write * access. You certainly know * what you do? + * + * @internal @deprecated Use iterator or + * const_iterator instead! */ number &global_entry (const unsigned int i); @@ -2012,7 +2016,7 @@ public: * not more. */ void block_read (std::istream &in); -//@} + //@} /** @addtogroup Exceptions * @{ */ @@ -2133,7 +2137,9 @@ private: template friend class BlockMatrixBase; }; -/*@}*/ +/** + * @} + */ #ifndef DOXYGEN /*---------------------- Inline functions -----------------------------------*/ diff --git a/deal.II/include/deal.II/lac/sparse_matrix_ez.h b/deal.II/include/deal.II/lac/sparse_matrix_ez.h index a78992d9a0..08718a1c62 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix_ez.h +++ b/deal.II/include/deal.II/lac/sparse_matrix_ez.h @@ -25,8 +25,9 @@ DEAL_II_NAMESPACE_OPEN template class Vector; template class FullMatrix; -/*! @addtogroup Matrix1 - *@{ +/** + * @addtogroup Matrix1 + * @{ */ /** @@ -1076,7 +1077,9 @@ private: */ }; -/*@}*/ +/** + * @} + */ /*---------------------- Inline functions -----------------------------------*/ template