From f2e6ee96871950cd2346eb9fa70c038292f98821 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 7 Mar 2017 10:53:47 +0100 Subject: [PATCH] remove UTF8 symbol (grafted from 5694315fbb7a2abc157cad284852b5e3df2f9576 ) --- Eigen/src/Core/DenseBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h index f2b489a28..90066ae73 100644 --- a/Eigen/src/Core/DenseBase.h +++ b/Eigen/src/Core/DenseBase.h @@ -296,7 +296,7 @@ template class DenseBase EIGEN_DEVICE_FUNC Derived& operator=(const ReturnByValue& func); - /** \ínternal + /** \internal * Copies \a other into *this without evaluating other. \returns a reference to *this. * \deprecated */ template