From 048ff85ffff540bb10a29dc0a285e1fe5b8b9298 Mon Sep 17 00:00:00 2001 From: bkoz Date: Mon, 18 Feb 2008 00:05:26 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@132384 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 7 +++++++ libstdc++-v3/include/tr1/exp_integral.tcc | 2 +- libstdc++-v3/include/tr1/gamma.tcc | 4 ++-- libstdc++-v3/include/tr1/hypergeometric.tcc | 2 +- libstdc++-v3/include/tr1/poly_laguerre.tcc | 4 ++-- 5 files changed, 13 insertions(+), 6 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 133e83b..0c54e80 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 PR libstdc++/34797 diff --git a/libstdc++-v3/include/tr1/exp_integral.tcc b/libstdc++-v3/include/tr1/exp_integral.tcc index fa016fc..58c62f2 100644 --- a/libstdc++-v3/include/tr1/exp_integral.tcc +++ b/libstdc++-v3/include/tr1/exp_integral.tcc @@ -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[ diff --git a/libstdc++-v3/include/tr1/gamma.tcc b/libstdc++-v3/include/tr1/gamma.tcc index 06702e3..06a88d9 100644 --- a/libstdc++-v3/include/tr1/gamma.tcc +++ b/libstdc++-v3/include/tr1/gamma.tcc @@ -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[ diff --git a/libstdc++-v3/include/tr1/hypergeometric.tcc b/libstdc++-v3/include/tr1/hypergeometric.tcc index e26c7e8..29c388f 100644 --- a/libstdc++-v3/include/tr1/hypergeometric.tcc +++ b/libstdc++-v3/include/tr1/hypergeometric.tcc @@ -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 diff --git a/libstdc++-v3/include/tr1/poly_laguerre.tcc b/libstdc++-v3/include/tr1/poly_laguerre.tcc index 46c51a5..4164d90 100644 --- a/libstdc++-v3/include/tr1/poly_laguerre.tcc +++ b/libstdc++-v3/include/tr1/poly_laguerre.tcc @@ -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: -- 2.7.4