From: Wolfgang Bangerth Date: Thu, 7 Oct 2021 23:27:33 +0000 (-0600) Subject: Better label documentation sections in sparse_matrix.h. X-Git-Tag: v9.4.0-rc1~955^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12802%2Fhead;p=dealii.git Better label documentation sections in sparse_matrix.h. --- diff --git a/include/deal.II/lac/sparse_matrix.h b/include/deal.II/lac/sparse_matrix.h index 0c0802efee..d707f1f38e 100644 --- a/include/deal.II/lac/sparse_matrix.h +++ b/include/deal.II/lac/sparse_matrix.h @@ -1043,7 +1043,7 @@ public: //@} /** - * @name Entry Access + * @name Accessing elements */ //@{ @@ -1105,7 +1105,7 @@ public: //@} /** - * @name Multiplications + * @name Multiplying matrices and vectors */ //@{ /**