summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/bug80259/expected/webxml/first.webxml
blob: 526bbbe73e7456e974182e6326ae32c1d4d83c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<WebXML>
    <document>
        <struct name="First" href="first.html" status="active" access="public" location="bbb.h" documented="true" module="TestModule">
            <description>
                <para>This is a first class</para>
            </description>
            <class name="Nested" fullname="First::Nested" href="first-nested.html" status="active" access="public" location="bbb.h" documented="true" module="TestModule">
                <description>
                    <para>This is a nested class</para>
                </description>
            </class>
        </struct>
    </document>
</WebXML>