summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/modulestate/src/module_in_a_state.qdoc
blob: 3bdb1250387c36156561fca46c9d504992322bb6 (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
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \module ModuleInState
    \modulestate Technical Preview
*/

/*!
    \class BoringClass
    \inmodule ModuleInState

    There's not much to say about BoringClass, really, apart from that it is
    quite boring.
*/

/*!
    \class ExcitingClass
    \inmodule ModuleInState

    There's a lot to say about ExcitingClass. Let's dive into the details!

    \section1 What makes ExcitingClass more exciting than BoringClass?
    Well, for one, it has a \\section1 heading in it's documentation! How
    exciting is that?!
*/