From: Timo Heister Date: Mon, 23 Feb 2015 21:25:20 +0000 (-0500) Subject: sneak in documentation improvements X-Git-Tag: v8.3.0-rc1~427^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e73b96a3e7fbc1ee7e63151adbdb4ccbdb84a63c;p=dealii.git sneak in documentation improvements --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index cb51f6a991..11d691e452 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -384,9 +384,9 @@ namespace GridGenerator * Initialize the given triangulation with a hyper-L (in 2d or 3d) * consisting of exactly 2^dim-1 cells. It produces the hypercube * with the interval [left,right] without the hypercube made out of - * the interval [(left+right)/2,right] for each coordinate. This will - * result in the classical L-shape in 2d and it will look like the following - * in 3d: + * the interval [(left+right)/2,right] for each coordinate. All + * faces will have boundary indicator 0. This function will create the + * classical L-shape in 2d and it will look like the following in 3d: * * @image html hyper_l.png * @@ -590,6 +590,7 @@ namespace GridGenerator * * It is implemented in 2d and 3d, and takes the following arguments: * + * @param triangulation The triangulation to be filled. * @param inner_radius Radius of the internal hole. * @param outer_radius Half of the edge length of the square. * @param L Extension in @p z-direction (only used in 3d).