From: Bruno Blais Date: Tue, 10 Jun 2025 17:21:27 +0000 (-0400) Subject: Fix doxygen for missing parameters X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=867d7750f1ca48082b251207388f6fa77ff8623d;p=dealii.git Fix doxygen for missing parameters --- diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 035f70c87a..13304cd9d4 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -607,6 +607,10 @@ namespace GridGenerator * * @param n_shells Number of shells to use in the shell layer. * + * @param depth The depth of the simulation domaine (in 3D, the z axis) + * + * @param depth_division The number of division along the z axis + * * @param skewness Parameter controlling how close the shells are * to the cylinder: see the mathematical definition given in * GridGenerator::concentric_hyper_shells.