From 3da8399fbc4ea6c8e9d5e0387f4bdee2ef829042 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Thu, 1 Nov 2018 14:49:00 -0400 Subject: [PATCH] doxygen: scale plate_with_hole images the .pngs are about 1500px wide so the display is quite ugly. 600px is in line with most of the other images on the page. --- include/deal.II/grid/grid_generator.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 5c61e0faaa..9ff413812f 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -331,13 +331,10 @@ namespace GridGenerator * allowed to be zero. * * Here is the non-symmetric grid (after one global refinement, colored - * according to manifold id) in 2D: + * according to manifold id) in 2D and 3D, respectively: * - * @image html plate_with_a_hole.png - * - * and in 3D: - * - * @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