From 5b208e52f19c8fcac2289e5326eee52df70c4cb8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 18 Aug 2019 18:45:19 -0600 Subject: [PATCH] Update a documentation string. --- include/deal.II/fe/fe_dg_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5