From e16913a45f92db9d4080c06515537ee287fdb153 Mon Sep 17 00:00:00 2001 From: Christoph Hertzberg Date: Wed, 23 Jan 2019 10:35:06 +0100 Subject: Fix name of tutorial snippet. --- doc/TutorialSTL.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') 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:
Example:Output:
-\include Tutorial_std_sort_rows.cpp +\include Tutorial_std_sort_rows_cxx11.cpp -\verbinclude Tutorial_std_sort_rows.out +\verbinclude Tutorial_std_sort_rows_cxx11.out
*/ -- cgit v1.2.3