From: Timo Heister Date: Thu, 1 Nov 2018 18:49:00 +0000 (-0400) Subject: doxygen: scale plate_with_hole images X-Git-Tag: v9.1.0-rc1~587^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3da8399fbc4ea6c8e9d5e0387f4bdee2ef829042;p=dealii.git 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. --- 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).