aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc
diff options
context:
space:
mode:
authorAlexei Cazacov <[email protected]>2024-07-03 15:49:25 +0300
committerAlexei Cazacov <[email protected]>2024-07-25 07:35:37 +0300
commitf7f0a07a94ff3ab8334f484e86d6831085afabd2 (patch)
tree84d1401a9358a8b5f1fc00d47a94ec003be82c07 /src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc
parenta45857eb9cd299e29d5cb872917b827f2632a0d1 (diff)
Docs: Organize topics in the qtdeclarative/Qt Qml Compiler project
This commit organizes the articles, so they: - have a reasonable tree structure - can be navigated through the topic tree in the Qt Creator help viewer Task-number: QTBUG-126648 Change-Id: Iafd5d3d63c2cc775a825b93bbe0409d3df233c7b Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc')
-rw-r--r--src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc b/src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc
new file mode 100644
index 0000000000..b19962b441
--- /dev/null
+++ b/src/qmlcompiler/doc/qtqmlcompiler-toc.qdoc
@@ -0,0 +1,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
+
+*/