blob: 026ae8c92665018f6d61342481638311a3098390 (
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
25
26
27
|
<?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>Unconditional (start) Enabled (if). Enabled (else). Unconditional (middle) Enabled (else). Unconditional (end)</para>
<sect1 id="index_1autotoc_md0">
<title>with spaces</title>
<para>test1 test3 test4.</para>
<para>test1 test2 test4.</para>
<para>test1 test2 test3.</para>
<para>test1 test3.</para>
</sect1>
<sect1 id="index_1autotoc_md1">
<title>without spaces</title>
<para>test1test3test4.</para>
<para>test1test2test4.</para>
<para>test1test2test3.</para>
<para>test1test3. </para>
</sect1>
</detaileddescription>
<location file="024_if.dox"/>
</compounddef>
</doxygen>
|