aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2019-01-23 10:35:06 +0100
committerGravatar Christoph Hertzberg <chtz@informatik.uni-bremen.de>2019-01-23 10:35:06 +0100
commite16913a45f92db9d4080c06515537ee287fdb153 (patch)
treec6a00f861dc88ee8cc523f9f5fb7e243baa91001 /doc
parent80f81f9c4b01cc4f513c5b92c52c5a0efb68ecc3 (diff)
Fix name of tutorial snippet.
Diffstat (limited to 'doc')
-rw-r--r--doc/TutorialSTL.dox4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TutorialSTL.dox b/doc/TutorialSTL.dox
index 9f41528d3..9a825bc48 100644
--- a/doc/TutorialSTL.dox
+++ b/doc/TutorialSTL.dox
@@ -55,10 +55,10 @@ Here is an example sorting each row of a matrix:
<table class="example">
<tr><th>Example:</th><th>Output:</th></tr>
<tr><td>
-\include Tutorial_std_sort_rows.cpp
+\include Tutorial_std_sort_rows_cxx11.cpp
</td>
<td>
-\verbinclude Tutorial_std_sort_rows.out
+\verbinclude Tutorial_std_sort_rows_cxx11.out
</td></tr></table>
*/