aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2019-04-25 20:02:20 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2019-04-25 20:02:20 +0000
commit665ac22cc6b1cb86a3f9200e0b6b9eb7dbdc834e (patch)
tree13c8a5c42e371a67c7730974349d34fae55c6db4 /unsupported
parent07355d47c6007bdbc13a18e758f932446c2b2ba4 (diff)
parent8ead5bb3d87d87c43e04b77ae2638298b24f4962 (diff)
Merged in ezhulenev/eigen-01 (pull request PR-632)
Fix doxygen warnings
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
index ed6d83251..617401e9d 100644
--- a/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
+++ b/unsupported/Eigen/src/SpecialFunctions/SpecialFunctionsArrayAPI.h
@@ -143,7 +143,7 @@ betainc(const Eigen::ArrayBase<ArgADerived>& a, const Eigen::ArrayBase<ArgBDeriv
*
* It returns the Riemann zeta function of two arguments \a x and \a q:
*
- * \param x is the exposent, it must be > 1
+ * \param x is the exponent, it must be > 1
* \param q is the shift, it must be > 0
*
* \note This function supports only float and double scalar types. To support other scalar types, the user has