From 50012622806682c7dcb4b45e5e28a6240e95e342 Mon Sep 17 00:00:00 2001 From: Reza Rastak Date: Fri, 13 Dec 2019 00:17:48 -0800 Subject: [PATCH] small documentation fix --- include/deal.II/grid/grid_generator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/grid_generator.h b/include/deal.II/grid/grid_generator.h index 2842fbd1c9..d2844c9273 100644 --- a/include/deal.II/grid/grid_generator.h +++ b/include/deal.II/grid/grid_generator.h @@ -1857,8 +1857,8 @@ namespace GridGenerator * can of course be extruded into the third dimension using * GridGenerator::extrude(). * - * @param[in] tria The triangulation to be created. It needs to be empty - * upon calling this function. + * @param[out] tria The triangulation to be created. It needs to be empty + * upon calling this function. * @param[in] additional_data Configuration of the mesh. * \htmlonly