aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/C04_TutorialBlockOperations.dox
diff options
context:
space:
mode:
Diffstat (limited to 'doc/C04_TutorialBlockOperations.dox')
-rw-r--r--doc/C04_TutorialBlockOperations.dox7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/C04_TutorialBlockOperations.dox b/doc/C04_TutorialBlockOperations.dox
index eac0eaa59..639df178e 100644
--- a/doc/C04_TutorialBlockOperations.dox
+++ b/doc/C04_TutorialBlockOperations.dox
@@ -11,12 +11,7 @@ A block is a rectangular part of a matrix or array. Blocks expressions can be us
as rvalues and as lvalues. As usual with Eigen expressions, this abstraction has zero runtime cost
provided that you let your compiler optimize.
-\b Table \b of \b contents
- - \ref TutorialBlockOperationsUsing
- - \ref TutorialBlockOperationsSyntaxColumnRows
- - \ref TutorialBlockOperationsSyntaxCorners
- - \ref TutorialBlockOperationsSyntaxVectors
-
+\tableofcontents
\section TutorialBlockOperationsUsing Using block operations