From 6295628fe75bc00cdbc4cada88e32dac0f240553 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Tue, 17 May 2016 18:42:17 +0100
Subject: [PATCH] fix doxygen formatting

---
 include/deal.II/base/geometric_utilities.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 <int dim>
     std_cxx11::array<double,dim>
@@ -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 <std::size_t dim>
-- 
2.39.5