aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Guillaume Jacob <guillaume.jacob@easymile.com>2018-04-09 17:23:59 +0200
committerGravatar Guillaume Jacob <guillaume.jacob@easymile.com>2018-04-09 17:23:59 +0200
commit8c1652055aa65a0e7bbad1834fd603c8574ebaa2 (patch)
treec38c4e45133d6b8a6142242d6fb23e782596f988 /Eigen
parentadd15924ac7a358001a02c94295d17a1623444cf (diff)
Fix code sample output in block(int, int, int, int) doxygen
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/plugins/BlockMethods.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/plugins/BlockMethods.h b/Eigen/src/plugins/BlockMethods.h
index 0a53db19f..a5748525b 100644
--- a/Eigen/src/plugins/BlockMethods.h
+++ b/Eigen/src/plugins/BlockMethods.h
@@ -1044,7 +1044,7 @@ inline const typename ConstFixedBlockXpr<NRows,NCols>::Type block(Index startRow
/// \a NRows is \a Dynamic, and the same for the number of columns.
///
/// Example: \include MatrixBase_template_int_int_block_int_int_int_int.cpp
-/// Output: \verbinclude MatrixBase_template_int_int_block_int_int_int_int.cpp
+/// Output: \verbinclude MatrixBase_template_int_int_block_int_int_int_int.out
///
/// \note The usage of of this overload is discouraged from %Eigen 3.4, better used the generic
/// block(Index,Index,NRowsType,NColsType), here is the one-to-one complete equivalence: