From c76ca3f13d7261a95ebe52f2ec98d27866e43410 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 7 Oct 2021 17:27:33 -0600 Subject: [PATCH] Better label documentation sections in sparse_matrix.h. --- include/deal.II/lac/sparse_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 */ //@{ /** -- 2.39.5