From 47d471e422a0e3dab0c61052fc8b44fd838e6fba Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 15 Nov 2006 00:08:29 +0000 Subject: [PATCH] Fix a few doxygen warnings. Apparently, if doxygen sees a @param for one parameter, it wants to see one for each. git-svn-id: https://svn.dealii.org/trunk@14191 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/quadrature_lib.h | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/deal.II/base/include/base/quadrature_lib.h b/deal.II/base/include/base/quadrature_lib.h index 6e2111e0b6..cbf86eaaf2 100644 --- a/deal.II/base/include/base/quadrature_lib.h +++ b/deal.II/base/include/base/quadrature_lib.h @@ -84,12 +84,15 @@ class QGaussLobatto : public Quadrature protected: /** - * Compute Legendre-Gauss-Lobatto quadrature - * points in the interval [-1, +1] which are - * equal to the roots of the corresponding - * Jacobi polynomial (specified by - * @p alpha, @p beta). - * @param q number of points. + * Compute Legendre-Gauss-Lobatto + * quadrature points in the + * interval $[-1, +1]$. They are + * equal to the roots of the + * corresponding Jacobi + * polynomial (specified by @p + * alpha, @p beta). @p q is + * number of points. + * * @return vector containing nodes. */ std::vector @@ -103,7 +106,7 @@ class QGaussLobatto : public Quadrature * The quadrature points and weights are * related to Jacobi polynomial specified * by @p alpha, @p beta. - * @param x quadrature points. + * @p x denotes the quadrature points. * @return vector containing weights. */ std::vector @@ -118,8 +121,8 @@ class QGaussLobatto : public Quadrature * @p alpha, @p beta, @p n. * Note: The Jacobi polynomials are * not orthonormal and defined on - * the interval [-1, +1]. - * @param x point of evaluation. + * the interval $[-1, +1]$. + * @p x is the point of evaluation. */ double JacobiP(const double x, const int alpha, -- 2.39.5