From 409e82be06bd6e0e3772f57cc3cc19c35743d09c Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 28 Aug 2008 23:25:27 +0000 Subject: doc and use sed to clean the class hierarchy instead of preprocessor directives. --- Eigen/src/Core/CommaInitializer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Eigen/src/Core/CommaInitializer.h') diff --git a/Eigen/src/Core/CommaInitializer.h b/Eigen/src/Core/CommaInitializer.h index c394c3d78..282510550 100644 --- a/Eigen/src/Core/CommaInitializer.h +++ b/Eigen/src/Core/CommaInitializer.h @@ -108,7 +108,8 @@ struct MatrixBase::CommaInitializer int m_currentBlockRows; // current block height }; -/** Convenient operator to set the coefficients of a matrix. +/** \anchor MatrixBaseCommaInitRef + * Convenient operator to set the coefficients of a matrix. * * The coefficients must be provided in a row major order and exactly match * the size of the matrix. Otherwise an assertion is raised. -- cgit v1.2.3