From cbe2be8b27b8832e327550de1ab14e14074b3f3b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Mon, 12 Nov 2018 11:15:55 -0500 Subject: [PATCH] fix doxygen GridGenerator plate_with_a_hole imgs fixes #7406 fixes #7437 --- include/deal.II/grid/grid_generator.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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). -- 2.39.5