diff options
author | Jan Theegarten <jan@moduleworks.com> | 2021-01-07 18:23:20 (GMT) |
---|---|---|
committer | Jan Theegarten <jan@moduleworks.com> | 2021-01-07 18:23:20 (GMT) |
commit | 0db750805f7028a32a30330a1558405dd3eea92e (patch) | |
tree | 24ca0ed04229376a0bdc8c84fcda09b823b9eaea /testing/021 | |
parent | 04c8d255bdf00e3e470896965ed37d1f15f8f81b (diff) | |
download | Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.zip Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.tar.gz Doxygen-0db750805f7028a32a30330a1558405dd3eea92e.tar.bz2 |
Update test references
Diffstat (limited to 'testing/021')
-rw-r--r-- | testing/021/indexpage.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/021/indexpage.xml b/testing/021/indexpage.xml index 477f206..473482a 100644 --- a/testing/021/indexpage.xml +++ b/testing/021/indexpage.xml @@ -8,5 +8,6 @@ <detaileddescription> <para> Our main function starts like this: <programlisting filename="example_test.cpp"><codeline><highlight class="keywordtype">void</highlight><highlight class="normal"><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 filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/><ref refid="class_test" kindref="compound">Test</ref><sp/>t;</highlight></codeline></programlisting> Then we call the example member function <programlisting filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/>t.<ref refid="class_test_1a47b775f65718978f1ffcd96376f8ecfa" kindref="member">example</ref>();</highlight></codeline></programlisting> After that our little test routine ends. <programlisting filename="example_test.cpp"><codeline><highlight class="normal">}</highlight></codeline></programlisting> </para> </detaileddescription> + <location file="021_dontinclude.cpp"/> </compounddef> </doxygen> |