blob: 2a1b8c76e76a9d530c99a383749b590e9b850cc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<doxygen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="compound.xsd" version="" xml:lang="en-US">
<compounddef id="indexpage" kind="page">
<compoundname>index</compoundname>
<title>My Project</title>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>
<toclist>
<tocitem id="index_1item1">First Item</tocitem>
<tocitem id="item2_1item2">Second Item</tocitem>
<tocitem id="item2_1item3">Third Item</tocitem>
</toclist>
</para>
<para>Some filler text.</para>
<sect1 id="index_1item1">
<title>First Section</title>
<para>Section 1 text. </para>
</sect1>
</detaileddescription>
<location file="045_refitem.dox"/>
</compounddef>
</doxygen>
|