summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/trailing_backslashes/src/trailing_backslashes.cpp
blob: 878425613ee227ac54a23106fb0b1ba24340e866 (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
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only

/*!
    \struct Struct
*/

/*!
    \fn void Struct::oneTrailingSlash()
    \keyword one \
    slash

    \sa {two slashes again}
*/

/*!
    \fn void Struct::MultipleTrailingSlashes()
    \keyword two \
             slashes \
             here

    \sa {one slash}
*/

/*!
    \fn void Struct::multipleTrailingSlashesAndRandomWhitespace()
    \keyword   two\
    slashes \
    again

    \sa {two slashes here}
*/