aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/CommaInitializer.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 23:25:27 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-08-28 23:25:27 +0000
commit409e82be06bd6e0e3772f57cc3cc19c35743d09c (patch)
tree921ce78ed8534d33c1e1a74b725839c83615bc05 /Eigen/src/Core/CommaInitializer.h
parent7ea821d18e6b1294acf170b805c3c132c47f2f77 (diff)
doc and use sed to clean the class hierarchy instead of
preprocessor directives.
Diffstat (limited to 'Eigen/src/Core/CommaInitializer.h')
-rw-r--r--Eigen/src/Core/CommaInitializer.h3
1 files changed, 2 insertions, 1 deletions
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<Derived>::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.