From 491874987ac01d0f1416847179999fa1e235e17d Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@colostate.edu>
Date: Fri, 12 Jan 2018 08:25:24 -0700
Subject: [PATCH] Fix a formula that trips up doxygen.

---
 include/deal.II/base/quadrature_lib.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/deal.II/base/quadrature_lib.h b/include/deal.II/base/quadrature_lib.h
index e33b78f2be..fc12ef4ff5 100644
--- a/include/deal.II/base/quadrature_lib.h
+++ b/include/deal.II/base/quadrature_lib.h
@@ -779,7 +779,7 @@ public:
  * \f]
  *
  * with determinant of the Jacobian equal to $J= \beta \hat \x^{2\beta-1}$.
- * Such transformation maps the reference square \$[0,1]\times[0,1]$ to the
+ * Such transformation maps the reference square $[0,1]\times[0,1]$ to the
  * reference simplex, by collapsing the left side of the square and squeezing
  * quadrature points towards the orgin, and then shearing the resulting
  * triangle to the reference one. This transformation shows good convergence
-- 
2.39.5