From: Wolfgang Bangerth Date: Sun, 29 Nov 2015 18:18:20 +0000 (-0600) Subject: Escape words that also denote namespaces. X-Git-Tag: v8.4.0-rc2~190^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7de473c3b61d1f1686b6e745798ee4de1139ba99;p=dealii.git Escape words that also denote namespaces. --- 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. *