From: Timo Heister Date: Tue, 17 May 2016 17:42:17 +0000 (+0100) Subject: fix doxygen formatting X-Git-Tag: v8.5.0-rc1~1034^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6295628fe75bc00cdbc4cada88e32dac0f240553;p=dealii.git fix doxygen formatting --- diff --git a/include/deal.II/base/geometric_utilities.h b/include/deal.II/base/geometric_utilities.h index fc8f39a89a..20f867ce7c 100644 --- a/include/deal.II/base/geometric_utilities.h +++ b/include/deal.II/base/geometric_utilities.h @@ -43,8 +43,8 @@ namespace GeometricUtilities /** * Returns spherical coordinates of a Cartesian point @p point. - * The returned array is filled with radius, azimuth angle \f$ \in [0,2 \pi) \f$ - * and polar/inclination angle \f$ \in [0,\pi] \f$ (ommited in 2D). + * The returned array is filled with radius, azimuth angle $\in [0,2 \pi)$ + * and polar/inclination angle $ \in [0,\pi]$ (ommited in 2D). */ template std_cxx11::array @@ -52,8 +52,8 @@ namespace GeometricUtilities /** * Return the Cartesian coordinates of a spherical point defined by @p scoord - * which is filled with radius \f$ \in [0,\infty) \f$, azimuth angle - * \f$ \in [0,2 \pi) \f$ and polar/inclination angle \f$ \in [0,\pi] \f$ + * which is filled with radius $\in [0,\infty)$, azimuth angle + * $\in [0,2 \pi)$ and polar/inclination angle $\in [0,\pi]$ * (ommited in 2D). */ template