summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/qmlenumvaluesfromcpp/src/qmltype.qdoc
blob: 3cd739c29d1d09530b1d19462d1f21236df5f5f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

/*!
    \qmlmodule QmlModule
*/

/*!
    \qmltype Type
    \inqmlmodule QmlModule
*/

/*!
    \qmlproperty enumeration Type::values
    \qmlenumeratorsfrom Class::Values

    You can even use these values in QML.
*/

/*!
    \qmlproperty enumeration Type::something
    \qmlenumeratorsfrom [SomeType] Class::MoreValues
*/