From 10d578ae871c57bfa3cee176697700a758b305a9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 24 Dec 2022 11:13:53 -0700 Subject: [PATCH] Better indent documentation of class Function. --- include/deal.II/base/function.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/base/function.h b/include/deal.II/base/function.h index a150bac5c6..bab56d6d27 100644 --- a/include/deal.II/base/function.h +++ b/include/deal.II/base/function.h @@ -137,12 +137,12 @@ class TensorFunction; * @tparam dim The space dimension of the range space within which the domain * $\Omega$ of the function lies. Consequently, the function will be * evaluated at objects of type @p Point. - * @tparam RangeNumberType The scalar type of the vector space that is the range - * (or image) of this function. As discussed above, objects of the current - * type represent functions from ${\mathbb R}^\text{dim}$ to - * $S^{n_\text{components}}$ where $S$ is the underlying scalar type of - * the vector space. The type of $S$ is given by the @p RangeNumberType template - * argument. + * @tparam RangeNumberType The scalar type of the vector space that is + * the range (or image) of this function. As discussed above, + * objects of the current type represent functions from ${\mathbb + * R}^\text{dim}$ to $S^{n_\text{components}}$ where $S$ is the + * underlying scalar type of the vector space. The type of $S$ is + * given by the @p RangeNumberType template argument. * * @ingroup functions */ -- 2.39.5