From 0f305b2a64b7bef69d6164d998b7c8680c8494de Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 11 Jan 2024 17:48:49 -0700 Subject: [PATCH] Fix a doc issue. Specifically, none of the other section headings have a following colon. Remove it here as well. --- include/deal.II/base/tensor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/tensor.h b/include/deal.II/base/tensor.h index 56eaa02ef5..dbf76eda46 100644 --- a/include/deal.II/base/tensor.h +++ b/include/deal.II/base/tensor.h @@ -1932,7 +1932,7 @@ operator<<(std::ostream &out, const Tensor<0, dim, Number> &p) * @} */ /** - * @name Vector space operations on Tensor objects: + * @name Vector space operations on Tensor objects * @{ */ -- 2.39.5