From 7275d0a3fed7761a3847623f42efba00c8a137e9 Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 19 Jul 2005 11:00:10 +0000 Subject: [PATCH] documentation of instances git-svn-id: https://svn.dealii.org/trunk@11176 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/geometry_info.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/base/include/base/geometry_info.h b/deal.II/base/include/base/geometry_info.h index 30c6deb71a..d9ee69a95f 100644 --- a/deal.II/base/include/base/geometry_info.h +++ b/deal.II/base/include/base/geometry_info.h @@ -110,10 +110,10 @@ struct GeometryInfo<0> /** * This template specifies the interface to all topological structure - * of the mesh cells. This template class can be instantiated for - * dim=1,2 and 3. + * of the mesh cells. * * @ingroup grid + * @ref Instantiations: few (dim = 1,2,3,4 and a specialization for dim=0) * @author Wolfgang Bangerth, 1998, Ralf Hartmann, 2005 */ template -- 2.39.5