From: Wolfgang Bangerth Date: Mon, 19 Aug 2019 00:45:19 +0000 (-0600) Subject: Update a documentation string. X-Git-Tag: v9.2.0-rc1~1196^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8598%2Fhead;p=dealii.git Update a documentation string. --- diff --git a/include/deal.II/fe/fe_dg_vector.h b/include/deal.II/fe/fe_dg_vector.h index 9e0ff6eee7..c933c8bb42 100644 --- a/include/deal.II/fe/fe_dg_vector.h +++ b/include/deal.II/fe/fe_dg_vector.h @@ -62,7 +62,8 @@ public: /** * Return a string that uniquely identifies a finite element. This class - * returns FE_RaviartThomas(degree), with @p dim and @p degree + * returns `FE_DGVector_` plus a piece of the name that is taken from what + * the polynomial object returns, plus `(degree)`, with @p dim and @p degree * replaced by appropriate values. */ virtual std::string