summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/validateqdocoutputfiles/testdata/illformatted_documentation/src/illformatted-examples.qdoc
blob: 5bfa9e7f60301d7612edc743d979955ff4dad9b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \page illformatted-examples.html
    \ingroup all-examples
    \title Test generated output for illformatted examples
    \brief Demonstrate correctness for example generation.

    This test includes the following examples:

    \section1 QML Examples
    \annotatedlist illformatted-examples-qml

    \section1 C++ Examples
    \annotatedlist illformatted-examples-cpp
*/