Blame tests/upstream-test-suite/021/indexpage.xml

Than Ngo b7bcaa
Than Ngo b7bcaa
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="">
Than Ngo b7bcaa
  <compounddef id="indexpage" kind="page">
Than Ngo b7bcaa
    <compoundname>index</compoundname>
Than Ngo b7bcaa
    <title>My Project</title>
Than Ngo b7bcaa
    <briefdescription>
Than Ngo b7bcaa
    </briefdescription>
Than Ngo b7bcaa
    <detaileddescription>
Than Ngo b7bcaa
      <para> Our main function starts like this: <programlisting filename="example_test.cpp"><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 filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/>Test<sp/>t;</highlight></codeline></programlisting> Then we call the example member function <programlisting filename="example_test.cpp"><codeline><highlight class="normal"><sp/><sp/>t.example();</highlight></codeline></programlisting> After that our little test routine ends. <programlisting filename="example_test.cpp"><codeline><highlight class="normal">}</highlight></codeline></programlisting> </para>
Than Ngo b7bcaa
    </detaileddescription>
Than Ngo b7bcaa
  </compounddef>
Than Ngo b7bcaa
</doxygen>