summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/globalfunc/src/global.qdoc
blob: f61ed5f58a97eed8f00dae5fe11a7a6d5690c092 (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
// Copyright (C) 2021 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

/*!
    \module TestGlobals

    A collection of \l foo() functions.
*/

/*!
    \class Globals
    \inmodule TestGlobals
*/

/*!
    \fn int foo(int a)
    \relates Globals
    Params: \a a
*/

/*!
    \fn int foo(int a, bool b)
    \relates Globals
    Params: \a b, \a b
*/