summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/includefromexampledirs/src/includefromparent.qdoc
blob: a7ac5454b0b6708551cee7e4dd62ae85141794bc (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

/*!
\include anotherindex.qdoc exampledirs-include

\include parent.qdocinc
*/

/*!
\include parentinclude.qdoc abstract-type

\include parent.qdocinc
*/

/*!
\include parentinclude.qdoc children-qmlproperty

\include parent.qdocinc
*/

/*!
\include parentinclude.qdoc rear-qmlmethod

\include parent.qdocinc
*/

/*!
    \qmltype Child
    \inqmlmodule QDoc.Test
    \ingroup qmltypes
    \inherits AbstractParent
    \brief A Child inheriting its parent.
*/

/*!
    \qmlvaluetype int
    \inqmlmodule QDoc.Test
    \ingroup qmltypes
    \brief An integer value type.
*/