From c8944321e8c4d23db2c03679dd9abaf4f6770290 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 7 Aug 2019 14:11:43 -0600 Subject: [PATCH] Mark-up fixes in the BR element. --- include/deal.II/base/polynomials_bernardi_raugel.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/polynomials_bernardi_raugel.h b/include/deal.II/base/polynomials_bernardi_raugel.h index 9b1d8b6bc2..eb37c35106 100644 --- a/include/deal.II/base/polynomials_bernardi_raugel.h +++ b/include/deal.II/base/polynomials_bernardi_raugel.h @@ -88,8 +88,8 @@ public: * Constructor. Creates all basis functions for Bernardi-Raugel polynomials * of given degree. * - * @arg k: the degree of the Bernardi-Raugel-space, which is currently - * limited to the case k=1 + * @arg k The degree of the Bernardi-Raugel-space, which is currently + * limited to the case k=1. */ PolynomialsBernardiRaugel(const unsigned int k); @@ -115,8 +115,8 @@ public: name() const; /** - * Compute the value and derivatives of each Bernardi- - * Raugel polynomial at @p unit_point. + * Compute the value and derivatives of each Bernardi-Raugel + * polynomial at @p unit_point. * * The size of the vectors must either be zero or equal n(). In * the first case, the function will not compute these values. -- 2.39.5