From: guido Date: Tue, 19 Jul 2005 11:00:10 +0000 (+0000) Subject: documentation of instances X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7275d0a3fed7761a3847623f42efba00c8a137e9;p=dealii-svn.git documentation of instances git-svn-id: https://svn.dealii.org/trunk@11176 0785d39b-7218-0410-832d-ea1e28bc413d --- 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