remove UTF8 symbol

This commit is contained in:
Gael Guennebaud 2017-03-07 10:53:47 +01:00
parent e958c2baac
commit 5694315fbb

View File

@ -296,7 +296,7 @@ template<typename Derived> class DenseBase
EIGEN_DEVICE_FUNC
Derived& operator=(const ReturnByValue<OtherDerived>& func);
/** \ínternal
/** \internal
* Copies \a other into *this without evaluating other. \returns a reference to *this.
* \deprecated */
template<typename OtherDerived>