summaryrefslogtreecommitdiffstats
path: root/src/qdoc/qdoc/tests/generatedoutput/testdata/qml/doctest/DocTest.qml
blob: 07201403f2a7063789932c7355d35217127544ee (plain)
1
2
3
4
5
6
7
8
9
10
11
// Copyright (C) 2023 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0

import QtQuick

/*!
    //! omit the \qmltype command, file name (base) is the type name.
    \inqmlmodule Test.NoVer
    \brief Shadows the type name in QDoc.Test module.
*/
Item {}