From 103b9351fdbf3ea440b718a13f40eb17928afaaa Mon Sep 17 00:00:00 2001 From: Jitse Niesen Date: Sun, 22 Aug 2010 18:28:19 +0100 Subject: Docs: Add references to TopicClassHierarchy --- Eigen/src/Core/DenseCoeffsBase.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Core/DenseCoeffsBase.h') diff --git a/Eigen/src/Core/DenseCoeffsBase.h b/Eigen/src/Core/DenseCoeffsBase.h index 5fef6f276..918b246a8 100644 --- a/Eigen/src/Core/DenseCoeffsBase.h +++ b/Eigen/src/Core/DenseCoeffsBase.h @@ -33,7 +33,8 @@ * This class defines the \c operator() \c const function and friends, which can be used to read specific * entries of a matrix or array. * - * \sa DenseCoeffsBase, DenseCoeffsBase + * \sa DenseCoeffsBase, DenseCoeffsBase, + * \ref TopicClassHierarchy */ template class DenseCoeffsBase : public EigenBase @@ -257,7 +258,7 @@ class DenseCoeffsBase : public EigenBase * entries of a matrix or array. This class inherits DenseCoeffsBase which * defines the const variant for reading specific entries. * - * \sa DenseCoeffsBase + * \sa DenseCoeffsBase, \ref TopicClassHierarchy */ template class DenseCoeffsBase : public DenseCoeffsBase @@ -543,6 +544,8 @@ class DenseCoeffsBase : public DenseCoeffsBase which defines functions to access entries using * \c operator() . + * + * \sa \ref TopicClassHierarchy */ template class DenseCoeffsBase : public DenseCoeffsBase -- cgit v1.2.3