From: blaisb Date: Tue, 6 Aug 2019 21:13:59 +0000 (-0400) Subject: Fix indentation X-Git-Tag: v9.2.0-rc1~1311^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0a053ef04d6ddc81811b3c44d37969c1aed9743;p=dealii.git Fix indentation --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 87427881b3..1c9dd3f197 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1031,12 +1031,12 @@ namespace GridGenerator * to the triangulation. * * @note The triangulation passed as argument needs to be empty when calling this function. - * + * * @image html cylinder_shell.png * - * In this picture, a cylinder shell of length 2, inner radius 0.5, outer radius 1. is - * shown. The default argument for n_radial_cells and n_axial_cells are used and a single - * global refinement is carried out. + * In this picture, a cylinder shell of length 2, inner radius 0.5, outer + * radius 1. is shown. The default argument for n_radial_cells and + * n_axial_cells are used and a single global refinement is carried out. * */ template