]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix a few doxygen warnings. Apparently, if doxygen sees a @param for one parameter...
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2006 00:08:29 +0000 (00:08 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Nov 2006 00:08:29 +0000 (00:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@14191 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/quadrature_lib.h

index 6e2111e0b6eff9497aceb60630301d4068679585..cbf86eaaf2805fc7ddbf8688eee2e112047cbba3 100644 (file)
@@ -84,12 +84,15 @@ class QGaussLobatto : public Quadrature<dim>
 
   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<double>
@@ -103,7 +106,7 @@ class QGaussLobatto : public Quadrature<dim>
                                      * 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<double>
@@ -118,8 +121,8 @@ class QGaussLobatto : public Quadrature<dim>
                                      * @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,

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.