summaryrefslogtreecommitdiffstats
path: root/testing/021/indexpage.xml
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-03-15 10:08:19 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-03-15 10:08:19 (GMT)
commit43420bd77408559cb66c83e9ce601426b371bc74 (patch)
tree1625bdceb38481919cfeaa1794e18c017b8cdab7 /testing/021/indexpage.xml
parent7296e6bf11ff98e100ff3768381c8411fe57f8e1 (diff)
downloadDoxygen-43420bd77408559cb66c83e9ce601426b371bc74.zip
Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.gz
Doxygen-43420bd77408559cb66c83e9ce601426b371bc74.tar.bz2
issue #7635: Incorrect location for enum in XML file (part 2)
Diffstat (limited to 'testing/021/indexpage.xml')
-rw-r--r--testing/021/indexpage.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/021/indexpage.xml b/testing/021/indexpage.xml
index 3ecbd0a..0647eeb 100644
--- a/testing/021/indexpage.xml
+++ b/testing/021/indexpage.xml
@@ -6,7 +6,7 @@
<briefdescription>
</briefdescription>
<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>
+ <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>
</compounddef>
</doxygen>