Fix doxygen warnings to enable statis code analysis

This commit is contained in:
Eugene Zhulenev
2019-04-24 12:42:28 -07:00
parent 144ca33321
commit 8ead5bb3d8
6 changed files with 19 additions and 14 deletions

View File

@@ -314,9 +314,9 @@ polygamma(const EIGEN_CURRENT_STORAGE_BASE_CLASS<DerivedN> &n) const
*
* It returns the Riemann zeta function of two arguments \c *this and \a q:
*
* \param *this is the exponent, it must be > 1
* \param q is the shift, it must be > 0
*
* \note *this is the exponent, it must be > 1.
* \note This function supports only float and double scalar types. To support other scalar types, the user has
* to provide implementations of zeta(T,T) for any scalar type T to be supported.
*