From: bangerth Date: Fri, 3 Nov 2006 22:03:49 +0000 (+0000) Subject: We can use $...$ for formulas. For some reason the @f[...@f] thing doesn't appear... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9dd6d82e12c51d7023dc4a82eab0a4d4edf3999f;p=dealii-svn.git We can use $...$ for formulas. For some reason the @f[...@f] thing doesn't appear to work well... git-svn-id: https://svn.dealii.org/trunk@14146 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/quadrature_lib.h b/deal.II/base/include/base/quadrature_lib.h index c34825041d..ac77bcaded 100644 --- a/deal.II/base/include/base/quadrature_lib.h +++ b/deal.II/base/include/base/quadrature_lib.h @@ -105,7 +105,7 @@ class QGaussLobatto : public Quadrature /** * Evaluate a Jacobi polynomial - * \f$ P^{\alpha, \beta}_n(x) \f$. + * $ P^{\alpha, \beta}_n(x) $. * Note: The Jacobi polynomials are * not orthonormal and defined on * the interval [-1, +1]. @@ -118,7 +118,7 @@ class QGaussLobatto : public Quadrature /** * Evaluate the Gamma function - * \f[ \Gamma(n) = (n-1)! \f]. + * $ \Gamma(n) = (n-1)! $. * @param n point of evaluation (integer). */ unsigned int gamma(const unsigned int n) const;