aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/qmllint/incompatible-type.qdoc
diff options
context:
space:
mode:
authorSami Shalayel <sami.shalayel@qt.io>2023-10-09 16:34:27 +0200
committerSami Shalayel <sami.shalayel@qt.io>2023-10-13 09:00:49 +0200
commit18de1c18980421483757a0ddb5b37139118539ae (patch)
tree971be8350230ef82b25918bb4e0f4ccfecdb20b8 /src/qml/doc/src/qmllint/incompatible-type.qdoc
parent731bff8471fcd4167efb7284825555231e97c516 (diff)
doc: list qmllint warnings and errors
Add a page to list the warnings and errors of qmllint, and create stub files with a template for each warning and error. TODO (in later commits): * process the TODOs in the stub files * link to this page from qmlls/qmllint/qml compiler doc pages (requires QTBUG-116660 first) Task-number: QTBUG-111137 Change-Id: Iec431a6956a4cba582391d444517155dd77d982a Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'src/qml/doc/src/qmllint/incompatible-type.qdoc')
-rw-r--r--src/qml/doc/src/qmllint/incompatible-type.qdoc26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/qml/doc/src/qmllint/incompatible-type.qdoc b/src/qml/doc/src/qmllint/incompatible-type.qdoc
new file mode 100644
index 0000000000..6946740b66
--- /dev/null
+++ b/src/qml/doc/src/qmllint/incompatible-type.qdoc
@@ -0,0 +1,26 @@
+// Copyright (C) 2023 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+
+/*!
+\page qmllint-warnings-and-errors-incompatible-type.html
+\ingroup qmllint-warnings-and-errors
+
+\title incompatible-type
+\brief BRIEF
+
+\section1 incompatible-type
+
+\section2 What happened?
+TODO
+
+\section2 Why is this bad?
+TODO
+
+\section2 Example
+\qml
+\endqml
+You can fix this warning by TODO
+\qml
+\endqml
+*/
+