From: Wolfgang Bangerth Date: Wed, 7 Aug 2019 20:11:43 +0000 (-0600) Subject: Mark-up fixes in the BR element. X-Git-Tag: v9.2.0-rc1~1301^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8944321e8c4d23db2c03679dd9abaf4f6770290;p=dealii.git Mark-up fixes in the BR element. --- 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.