summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/cmakedocumentation/expected/webxml/car.webxml
blob: 76725762e56666e2b82e31e62358c9db3c77e415 (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>
        <class name="Car" href="car.html" status="active" access="public" location="car.h" since="6.6.6" documented="true" module="TestCar" brief="Represents a model of a car">
            <description>
                <brief>Represents a model of a car.</brief>
            </description>
            <function name="drive" fullname="Car::drive" href="car.html#drive" status="active" access="private" location="car.h" documented="true" meta="plain" type="void" brief="Drives the car" signature="void drive()">
                <description>
                    <brief>Drives the car.</brief>
                </description>
            </function>
        </class>
    </document>
</WebXML>