From: bangerth Date: Thu, 9 Apr 2009 04:56:42 +0000 (+0000) Subject: Fix doxygen problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c8e5ae298d0f2499dce349121c08b80b05d270;p=dealii-svn.git Fix doxygen problem. git-svn-id: https://svn.dealii.org/trunk@18575 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/block_matrix_base.h b/deal.II/lac/include/lac/block_matrix_base.h index 861c73df88..94afae3df5 100644 --- a/deal.II/lac/include/lac/block_matrix_base.h +++ b/deal.II/lac/include/lac/block_matrix_base.h @@ -37,11 +37,11 @@ template class BlockSparseMatrixEZ; * matrix type or not. For example, * @code * IsBlockMatrix >::value - * @encode + * @endcode * has the value false, whereas * @code * IsBlockMatrix >::value - * @encode + * @endcode * is true. This is sometimes useful in template contexts where we may * want to do things differently depending on whether a template type * denotes a regular or a block matrix type.