From c5c763056535216ccce4bed4892358bf5c8d1fd5 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Mon, 4 Aug 2014 20:45:55 +0200 Subject: Fixed test 021 --- testing/021/indexpage.xml | 2 +- testing/021_dontinclude.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/021/indexpage.xml b/testing/021/indexpage.xml index 38ee1ad..20e1ad2 100644 --- a/testing/021/indexpage.xml +++ b/testing/021/indexpage.xml @@ -4,7 +4,7 @@ index My Project - Our main function starts like this: First we create a object t of the Test class. *Firstwecreateaobject\ctoftheTestclass. Then we call the example member function After that our little test routine ends. + Our main function starts like this: voidmain(){ First we create a object t of the Test class. Testt; Then we call the example member function t.example(); After that our little test routine ends. } diff --git a/testing/021_dontinclude.cpp b/testing/021_dontinclude.cpp index 9fea1c6..107991a 100644 --- a/testing/021_dontinclude.cpp +++ b/testing/021_dontinclude.cpp @@ -11,7 +11,7 @@ class Test }; /*! \mainpage - * \dontinclude 021_dontinclude.cpp + * \dontinclude example_test.cpp * Our main function starts like this: * \skip main * \until { -- cgit v0.12