From: Timo Heister Date: Wed, 1 Jun 2022 16:34:42 +0000 (-0400) Subject: fix doxygen comment X-Git-Tag: v9.4.0-rc1~93^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F13886%2Fhead;p=dealii.git fix doxygen comment --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index d93d88e0ec..5c2936541c 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -129,7 +129,7 @@ namespace GridGenerator simplex(Triangulation & tria, const std::vector> &vertices); - /* + /** * Create a (coarse) grid with a single cell of the shape of the provided * reference cell. This is a generalization of the hyper_cube() and simplex() * functions above.