From: Wolfgang Bangerth Date: Sat, 24 Dec 2022 18:13:53 +0000 (-0700) Subject: Better indent documentation of class Function. X-Git-Tag: v9.5.0-rc1~708^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14613%2Fhead;p=dealii.git Better indent documentation of class Function. --- 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 */