remove UTF8 symbol

(grafted from 5694315fbb7a2abc157cad284852b5e3df2f9576
)
This commit is contained in:
Gael Guennebaud 2017-03-07 10:53:47 +01:00
parent 9219307e13
commit f2e6ee9687

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>