summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/bug80259/src/main.cpp
blob: bc92fa92148f5d5f0119737b29a85b6fd536f8b8 (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
// Copyright (C) 2019 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
/*!
\class First
\inmodule TestModule

This is a first class
*/

/*!
\class First::Nested
\inmodule TestModule

This is a nested class
*/

/*!
\class Second
\inmodule TestModule

This is a second class
*/

/*!
\class Third
\inmodule TestModule

This is a third class
*/