From e59d98bec7eba1b6ae568e20ce6857facee2ef7f Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 23 Sep 2011 14:05:12 +0000 Subject: [PATCH] Add missing documentation of parameter. git-svn-id: https://svn.dealii.org/trunk@24394 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/grid/grid_generator.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/deal.II/include/deal.II/grid/grid_generator.h b/deal.II/include/deal.II/grid/grid_generator.h index 9981b9563a..49be84c9d1 100644 --- a/deal.II/include/deal.II/grid/grid_generator.h +++ b/deal.II/include/deal.II/grid/grid_generator.h @@ -768,6 +768,9 @@ class GridGenerator * this object can be described by the * TorusBoundary class. * + * @param tria The triangulation to be + * filled. + * * @param R The radius of the circle, * which forms the middle line of the * torus containing the loop of -- 2.39.5