summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/testtemplate/src/testtemplate.cpp
blob: 04be329eaa928a4172ea4c1bc05c957b2c57f56f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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 "testtemplate.h"

/*!
    \class Foo
    \inmodule TestCPP
    \brief Class template.
*/

/*!
    \class Bar
    \inmodule TestCPP
    \brief Another class template.
*/

/*!
    //! Baz is a struct, QDoc auto-converts this to the correct type
    \class Baz
    \inmodule TestCPP
    \brief Class template template.
*/