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/021 | |
parent | c863b9bca1d75088d3285d2bbbb04eb5670648be (diff) | |
download | Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.zip Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.tar.gz Doxygen-c5c763056535216ccce4bed4892358bf5c8d1fd5.tar.bz2 |
Fixed test 021
Diffstat (limited to 'testing/021')
-rw-r--r-- | testing/021/indexpage.xml | 2 |
1 files changed, 1 insertions, 1 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> |