summaryrefslogtreecommitdiff
path: root/tests/auto/qdoc/generatedoutput/testdata/scopedenum/scopedenum.qdoc
blob: 22ef9e3f30294e5ef1b6eaff68532551f6ac3c6a (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
// Copyright (C) 2020 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \enum TestQDoc::Test::ClassicEnum

    \value Yee
    \value Haw
    \value Howdy
    \value Partner
*/

/*!
    \enum TestQDoc::Test::ScopedEnum
    \brief This enum has a brief to trigger a bug in CMD_BRIEF.
    \omitvalue UselessValue
    \value This Something
    \value That Something else
    \omitvalue OmittedValue \omit Unused -
               This decription is omitted \endomit
    \value [since 2.0] All  Everything
    \omitvalue VeryLastValue
               Nothing here

    A scoped enum.
*/

/*!
    \page scoped-enum-linking.html
    \title Enum Linking

    Linking to \l {TestQDoc::Test::ScopedEnum::}{All}.

    TestQDoc::Test::ClassicEnum::Howdy does not link,
    but TestQDoc::Test::Howdy might.
*/

/*!
    \page whatsnew.html
    \title New Classes and Functions
    \brief New classes documentation
    \sincelist 2.0
*/