From c91c2807de78002e9a3a2e1e9e862bfbf43c6dee Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 11 Mar 2018 21:03:25 -0600 Subject: [PATCH] Fix doxygen markup. --- include/deal.II/base/utilities.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/utilities.h b/include/deal.II/base/utilities.h index fd1399f83c..3f4dc6dad4 100644 --- a/include/deal.II/base/utilities.h +++ b/include/deal.II/base/utilities.h @@ -461,7 +461,7 @@ namespace Utilities * However, the converse does not: * @code * array = Utilities::unpack(buffer); - * @code + * @endcode * This is because C++ does not allow functions to return arrays. * Consequently, there is a separate unpack() function for arrays, see * below. @@ -489,12 +489,12 @@ namespace Utilities * However, the converse does not: * @code * array = Utilities::unpack(buffer); - * @code + * @endcode * This is because C++ does not allow functions to return arrays. * The current function therefore allows to write * @code * Utilities::unpack(buffer, array); - * @code + * @endcode * Note that unlike the other unpack() function, it is not necessary * to explicitly specify the template arguments since they can be * deduced from the second argument. -- 2.39.5