aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/PlainObjectBase.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2015-06-05 14:40:07 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2015-06-05 14:40:07 +0200
commitd0b7b5cb55af90f7cba376e3591cbdba9d82aa41 (patch)
tree8ce659f678941a7b31fa9dd9a67729e57a011d0e /Eigen/src/Core/PlainObjectBase.h
parent56d4ef7ad6856f95730aa4a143e1c1db757a6ce0 (diff)
minor documentation fixes
Diffstat (limited to 'Eigen/src/Core/PlainObjectBase.h')
-rw-r--r--Eigen/src/Core/PlainObjectBase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Eigen/src/Core/PlainObjectBase.h b/Eigen/src/Core/PlainObjectBase.h
index 1a4a743b4..91b2235a6 100644
--- a/Eigen/src/Core/PlainObjectBase.h
+++ b/Eigen/src/Core/PlainObjectBase.h
@@ -71,6 +71,7 @@ namespace internal {
// this is a workaround to doxygen not being able to understand the inheritance logic
// when it is hidden by the dense_xpr_base helper struct.
+/** This class is just a workaround for Doxygen and it does not not actually exist. */
template<typename Derived> struct dense_xpr_base_dispatcher_for_doxygen;// : public MatrixBase<Derived> {};
/** This class is just a workaround for Doxygen and it does not not actually exist. */
template<typename _Scalar, int _Rows, int _Cols, int _Options, int _MaxRows, int _MaxCols>