From: Timo Heister Date: Mon, 12 Nov 2018 16:15:55 +0000 (-0500) Subject: fix doxygen GridGenerator plate_with_a_hole imgs X-Git-Tag: v9.1.0-rc1~563^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F7438%2Fhead;p=dealii.git fix doxygen GridGenerator plate_with_a_hole imgs fixes #7406 fixes #7437 --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index be666c87ed..661d9cc577 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -333,8 +333,12 @@ namespace GridGenerator * Here is the non-symmetric grid (after one global refinement, colored * according to manifold id) in 2D and 3D, respectively: * - * - * + * \htmlonly \endhtmlonly + * @image html plate_with_a_hole.png + * \htmlonly \endhtmlonly + * @image html plate_with_a_hole_3D.png * * In 3D, triangulation will be extruded in the z-direction by the total * height of @p L using @p n_slices slices (minimum is 2).