blob: 66688bd1ba4e73470ac87f07a0e013b305ff8be4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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>
</compounddef>
</doxygen>
|