From: Uwe Köcher Date: Thu, 7 Sep 2017 10:56:32 +0000 (+0200) Subject: moved the doxygen section encapsulation to include missing quadratures X-Git-Tag: v9.0.0-rc1~1111^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5041%2Fhead;p=dealii.git moved the doxygen section encapsulation to include missing quadratures --- diff --git a/include/deal.II/base/quadrature_lib.h b/include/deal.II/base/quadrature_lib.h index 6e180bd1b9..3c938fc5ed 100644 --- a/include/deal.II/base/quadrature_lib.h +++ b/include/deal.II/base/quadrature_lib.h @@ -526,8 +526,6 @@ public: }; -/*@}*/ - /** * Gauss-Chebyshev quadrature rules integrate the weighted product * $\int_{-1}^1 f(x) w(x) dx$ with weight given by: $w(x) = 1/\sqrt{1-x^2}$. @@ -649,6 +647,8 @@ private: }; +/*@}*/ + /* -------------- declaration of explicit specializations ------------- */ template <> QGauss<1>::QGauss (const unsigned int n);