]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
poly_laguerre.tcc: Doxygen fixes.
authorEd Smith-Rowland <3dw4rd@verizon.net>
Mon, 18 Feb 2008 00:05:26 +0000 (00:05 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Mon, 18 Feb 2008 00:05:26 +0000 (00:05 +0000)
2008-02-17  Ed Smith-Rowland  <3dw4rd@verizon.net>

* include/tr1/poly_laguerre.tcc: Doxygen fixes.
* include/tr1/exp_integral.tcc: Same.
* include/tr1/gamma.tcc: Same.
* include/tr1/hypergeometric.tcc: Same.

From-SVN: r132384

libstdc++-v3/ChangeLog
libstdc++-v3/include/tr1/exp_integral.tcc
libstdc++-v3/include/tr1/gamma.tcc
libstdc++-v3/include/tr1/hypergeometric.tcc
libstdc++-v3/include/tr1/poly_laguerre.tcc

index 133e83bc0e6cb9a3acccd1e4b7423b9e61f01ac7..0c54e803f61998f4a269502e00f508f19310fe85 100644 (file)
@@ -1,3 +1,10 @@
+2008-02-17  Ed Smith-Rowland  <3dw4rd@verizon.net>
+
+       * include/tr1/poly_laguerre.tcc: Doxygen fixes.
+       * include/tr1/exp_integral.tcc: Same.
+       * include/tr1/gamma.tcc: Same.
+       * include/tr1/hypergeometric.tcc: Same.
+       
 2008-02-17  Benjamin Kosnik  <bkoz@redhat.com>
 
        PR libstdc++/34797
index fa016fc599370bd0e91ffa3a658887b5a69e9556..58c62f21de6c069fd50dc2a5320041d0c3744913 100644 (file)
@@ -509,7 +509,7 @@ namespace tr1
 
 
     /**
-     *   The exponential integral @f$ Ei(x) @f$.
+     *   @brief Return the exponential integral @f$ Ei(x) @f$.
      * 
      *   The exponential integral is given by
      *   \f[
index 06702e3cbce18dc573147e85e22d2106fe8b8062..06a88d94f0eb699c82fad672bb3e68c0bade246e 100644 (file)
@@ -383,7 +383,7 @@ namespace tr1
      *   @brief  Return the digamma function for large argument.
      *   The digamma or @f$ \psi(x) @f$ function is defined by
      *   @f[
-     *     \psi(x) = \frac{Gamma'(x)}{\Gamma(x)}
+     *     \psi(x) = \frac{\Gamma'(x)}{\Gamma(x)}
      *   @f]
      *
      *   The asymptotic series is given by:
@@ -416,7 +416,7 @@ namespace tr1
      *   @brief  Return the digamma function.
      *   The digamma or @f$ \psi(x) @f$ function is defined by
      *   @f[
-     *     \psi(x) = \frac{Gamma'(x)}{\Gamma(x)}
+     *     \psi(x) = \frac{\Gamma'(x)}{\Gamma(x)}
      *   @f]
      *   For negative argument the reflection formula is used:
      *   @f[
index e26c7e8fbe10b8216194a73328c7d20b478f90e6..29c388f9a43c82aca8efbc933fce32d8db65125f 100644 (file)
@@ -714,7 +714,7 @@ namespace tr1
     }
 
 
-    /*
+    /**
      *   @brief Return the hypogeometric function @f$ _2F_1(a,b;c;x) @f$.
      *
      *   The hypogeometric function is defined by
index 46c51a5741104a3423728e2b9fc2d592fa69327e..4164d90d231ca6604c05949b7bc71a491ad702f2 100644 (file)
@@ -286,7 +286,7 @@ namespace tr1
 
     /**
      *   @brief This routine returns the associated Laguerre polynomial
-     *          of order n, degree m: @f$ L_n^m @f$.
+     *          of order n, degree m: @f$ L_n^m(x) @f$.
      *
      *   The associated Laguerre polynomial is defined for integral
      *   @f$ \alpha = m @f$ by:
@@ -314,7 +314,7 @@ namespace tr1
 
 
     /**
-     *   @brief This routine returns the associated Laguerre polynomial
+     *   @brief This routine returns the Laguerre polynomial
      *          of order n: @f$ L_n(x) @f$.
      *
      *   The Laguerre polynomial is defined by: