From: Ralf Hartmann Date: Wed, 9 Nov 2005 08:14:04 +0000 (+0000) Subject: Avoid doxygen warnings. X-Git-Tag: v8.0.0~12894 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40c11d329d0a9a9f85c8f664a62b59515d588525;p=dealii.git Avoid doxygen warnings. git-svn-id: https://svn.dealii.org/trunk@11739 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 f3cb9349e3..ca85c9daea 100644 --- a/deal.II/base/include/base/geometry_info.h +++ b/deal.II/base/include/base/geometry_info.h @@ -158,7 +158,7 @@ class GeometryInfoBase * vector of a face of the * reference cell. In * dim dimension these - * are the 2*dim first + * are the 2*dim first * entries of * {-1,1,-1,1,-1,1,-1,1}. * @@ -186,7 +186,6 @@ class GeometryInfoBase /** * This template specifies the interface to all topological structure * of the mesh cells. - * @ref Instantiations: few (dim = 1,2,3,4 and a specialization for dim=0) * * @ingroup grid * @ref Instantiations few (dim = 1,2,3,4 and a specialization for dim=0) diff --git a/deal.II/deal.II/include/fe/fe_update_flags.h b/deal.II/deal.II/include/fe/fe_update_flags.h index ed2d3efd85..96ec5659f7 100644 --- a/deal.II/deal.II/include/fe/fe_update_flags.h +++ b/deal.II/deal.II/include/fe/fe_update_flags.h @@ -42,7 +42,7 @@ * *

Generating the actual flags

* - * When given a set of UpdateFlags @pflags, the FEValues object must + * When given a set of UpdateFlags @p flags, the FEValues object must * determine, which values will have to be computed once only for the * reference cell and which values will have to be updated for each * cell. Here, it is important to note that in many cases, the