From: Peter Munch Date: Thu, 29 Aug 2019 18:05:10 +0000 (+0200) Subject: Fix typo in the documentation of Triangulation X-Git-Tag: v9.2.0-rc1~1161^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8669%2Fhead;p=dealii.git Fix typo in the documentation of Triangulation --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 3021a39ab9..7a65534303 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -3503,7 +3503,7 @@ public: * Translate the index of coarse cell to its unique id. See the glossary * entry on @ref GlossCoarseCellId "coarse cell IDs" for more information. * - * @note: See the note of the method + * @note See the note of the method * coarse_cell_id_to_coarse_cell_index(). * * @param coarse_cell_index Index of the coarse cell.