diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 18:45:55 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 18:45:55 (GMT) |
commit | c5c763056535216ccce4bed4892358bf5c8d1fd5 (patch) | |
tree | e3150b7d1ba8b3ad88c30505b4f7b1e1e99ef2a7 /testing | |
parent | c863b9bca1d75088d3285d2bbbb04eb5670648be (diff) | |
download | Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.zip Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.tar.gz Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.tar.bz2 |
Fixed test 021
Diffstat (limited to 'testing')
-rw-r--r-- | testing/021/indexpage.xml | 2 | ||||
-rw-r--r-- | 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 @@ <compoundname>index</compoundname> <title>My Project</title> <detaileddescription> - <para> Our main function starts like this: <programlisting><codeline/></programlisting> First we create a object <computeroutput>t</computeroutput> of the <ref refid="class_test" kindref="compound">Test</ref> class. <programlisting><codeline><highlight class="normal"><sp/>*<sp/><sp/>First<sp/>we<sp/>create<sp/>a<sp/>object<sp/>\c<sp/>t<sp/>of<sp/>the<sp/><ref refid="class_test" kindref="compound">Test</ref><sp/></highlight><highlight class="keyword">class</highlight><highlight class="normal">.</highlight></codeline></programlisting> Then we call the example member function <programlisting/> After that our little test routine ends. <programlisting/> </para> + <para> Our main function starts like this: <programlisting><codeline><highlight class="normal">void<sp/>main()</highlight></codeline><codeline><highlight class="normal">{</highlight></codeline></programlisting> First we create a object <computeroutput>t</computeroutput> of the <ref refid="class_test" kindref="compound">Test</ref> class. <programlisting><codeline><highlight class="normal"><sp/><sp/>Test<sp/>t;</highlight></codeline></programlisting> Then we call the example member function <programlisting><codeline><highlight class="normal"><sp/><sp/>t.example();</highlight></codeline></programlisting> After that our little test routine ends. <programlisting><codeline><highlight class="normal">}</highlight></codeline></programlisting> </para> </detaileddescription> </compounddef> </doxygen> 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 { |