blob: 2bb274312db54fb8ddcb05f9fb04c0e591a225e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// Copyright (C) 2024 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
/*!
\page qtqmlcompiler-toc.html
\title Qt Qml Compiler module topics
The following list has links to all the individual topics (HTML files)
in the Qt Qml Compiler module.
\list
\li \l {QML Static Analysis Tutorial}
\list
\li \l {QML Static Analysis 1 - Basic Setup}{Basic Setup}
\li \l {QML Static Analysis 2 - Custom Pass}{Custom Pass}
\li \l {QML Static Analysis 3 - Fixit Hints}{Fixit Hints}
\endlist
\endlist
*/
|