From 3aeebd5502cd9d07bcd9b98fb5a3a430d2be5c62 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 9 Apr 2009 04:56:42 +0000 Subject: [PATCH] Fix doxygen problem. git-svn-id: https://svn.dealii.org/trunk@18575 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_base.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.5