From 40c11d329d0a9a9f85c8f664a62b59515d588525 Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Wed, 9 Nov 2005 08:14:04 +0000 Subject: [PATCH] Avoid doxygen warnings. git-svn-id: https://svn.dealii.org/trunk@11739 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/geometry_info.h | 3 +-- deal.II/deal.II/include/fe/fe_update_flags.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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 -- 2.39.5