blob: 8a745454b32826c6b3bffde0931c6ada2a7be687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<?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="another" kind="page">
<compoundname>another</compoundname>
<title>Another Page</title>
<briefdescription>
</briefdescription>
<detaileddescription>
<para>Another page's text. </para>
</detaileddescription>
<location file="043_page.dox"/>
</compounddef>
</doxygen>
|