summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/headerfile/testheader.cpp
blob: 6f3939345d8d33101c9d8de4642c90db6d8965f6 (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 WITH Qt-GPL-exception-1.0

#include "testheader.h"

/*!
    \headerfile <TestHeader>
    \title Test Header
    \inmodule TestCPP
    \brief A header file.
    \ingroup headers
    \ingroup tests
*/

/*!
    \group headers
    \title Headers
*/

/*! \group tests
    \title Tests
*/

/*!
    \fn void globalFunc()
    \brief Global function.
    \relates <TestHeader>
*/

/*!
    \variable globalVar
    \brief Global variable.
    \relates <TestHeader>
*/

/*!
    \enum Globals
    \relates <TestHeader>
    \value Glo
    \value Bal
*/