From 7de473c3b61d1f1686b6e745798ee4de1139ba99 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 29 Nov 2015 12:18:20 -0600 Subject: [PATCH] Escape words that also denote namespaces. --- include/deal.II/fe/fe.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index bb9174feb8..3047e4d8f0 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -57,14 +57,14 @@ namespace hp * (restriction or prolongation) or neighboring cells (for hanging * node constraints), as well as to other finite element spaces * defined on the same cell (e.g., when doing $p$ refinement). - * - Functions that describe the properties of individual shape functions, + * - %Functions that describe the properties of individual shape functions, * for example which @ref GlossComponent "vector components" of a * @ref vector_valued "vector-valued finite element's" shape function * is nonzero, or whether an element is @ref GlossPrimitive "primitive". * - For elements that are interpolatory, such as the common $Q_p$ * Lagrange elements, data that describes where their * @ref GlossSupport "support points" are located. - * - Functions that define the interface to the FEValues class that is + * - %Functions that define the interface to the FEValues class that is * almost always used to access finite element shape functions from * user code. * -- 2.39.5