aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/EigenBase.h
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 /Eigen/src/Core/EigenBase.h
parent07355d47c6007bdbc13a18e758f932446c2b2ba4 (diff)
parent8ead5bb3d87d87c43e04b77ae2638298b24f4962 (diff)
Merged in ezhulenev/eigen-01 (pull request PR-632)
Fix doxygen warnings
Diffstat (limited to 'Eigen/src/Core/EigenBase.h')
-rw-r--r--Eigen/src/Core/EigenBase.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Eigen/src/Core/EigenBase.h b/Eigen/src/Core/EigenBase.h
index b195506a9..0c34fb656 100644
--- a/Eigen/src/Core/EigenBase.h
+++ b/Eigen/src/Core/EigenBase.h
@@ -32,8 +32,9 @@ template<typename Derived> struct EigenBase
/** \brief The interface type of indices
* \details To change this, \c \#define the preprocessor symbol \c EIGEN_DEFAULT_DENSE_INDEX_TYPE.
- * \deprecated Since Eigen 3.3, its usage is deprecated. Use Eigen::Index instead.
* \sa StorageIndex, \ref TopicPreprocessorDirectives.
+ * DEPRECATED: Since Eigen 3.3, its usage is deprecated. Use Eigen::Index instead.
+ * Deprecation is not marked with a doxygen comment because there are too many existing usages to add the deprecation attribute.
*/
typedef Eigen::Index Index;