summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/comprehensiveproject/src/classlists.qdoc
blob: 2954e5beb7f968859255c45c0d5fc04004c92a6a (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
42
43
44
45
46
47
48
49
50
51
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

/*!
    \page obsolete-classes.html
    \title Obsolete Classes

    \section1 Classes with obsolete members
    \generatelist obsoletecppmembers

    \section2 TestQDoc
*/

/*!
    \page autolinking.html
    \title Autolinking

    //! a section title that qualifies for autolinking
    \section1 TestQDoc

    The string TestQDoc links to the C++ namespace unless linking explicitly,
    \l {#TestQDoc}{like this}, or \l {TestQDoc}{this}. Also,

    Autolinks:

    \list
        \li TestQDoc::TestDerived
    \endlist

    Explicit links:

    \list
        \li \l [CPP] {TestQDoc::TestDerived}
        \li \l {Obsolete Classes#TestQDoc}
    \endlist

    //! a section title shadowing a known property name
    \section1 someProp
*/

/*!
    \group cpptypes
    \title Test C++ Types

    \generatelist testgroup
*/

/*!
    \externalpage https://doc.qt.io/qt/17-qdoc-commands-thread.html#reentrant-command
    \title reentrant
*/