fix a couple of doxygen issues

This commit is contained in:
Gael Guennebaud
2009-01-13 08:30:17 +00:00
parent b179f8e1a4
commit ec0b2f900c
5 changed files with 9 additions and 4 deletions

View File

@@ -100,6 +100,7 @@
* when the exact numbers of rows and columns are not known are compile-time, but it is known at compile-time that they cannot
* exceed a certain value. This happens when taking dynamic-size blocks inside fixed-size matrices: in this case _MaxRows and _MaxCols
* are the dimensions of the original matrix, while _Rows and _Cols are Dynamic.</dd>
* </dl>
*
* \see MatrixBase for the majority of the API methods for matrices
*/