From: Wolfgang Bangerth Date: Fri, 12 Jan 2024 00:48:49 +0000 (-0700) Subject: Fix a doc issue. X-Git-Tag: relicensing~173^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f305b2a64b7bef69d6164d998b7c8680c8494de;p=dealii.git Fix a doc issue. Specifically, none of the other section headings have a following colon. Remove it here as well. --- 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 * @{ */