]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix doxygen markup. 6038/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Mon, 12 Mar 2018 03:03:25 +0000 (21:03 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Mon, 12 Mar 2018 03:03:25 +0000 (21:03 -0600)
include/deal.II/base/utilities.h

index fd1399f83c1b724d7a98ac5601d7836de2b78063..3f4dc6dad43962341275d44978a60c45cef20bfe 100644 (file)
@@ -461,7 +461,7 @@ namespace Utilities
    *  However, the converse does not:
    *  @code
    *    array = Utilities::unpack<double[3]>(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<double[3]>(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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.