aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Shalayel <[email protected]>2024-07-09 17:12:03 +0200
committerSami Shalayel <[email protected]>2024-07-16 10:29:13 +0200
commit52747e8b98bc397242e924c611d94c2f2410b73d (patch)
tree29ea2dec786a2d3fdfd79e2152498783267c7c12
parent840c8ace0f96fe182e49c9127211419880a0f843 (diff)
doc: ignore the template file for qmllint compiler warnings
The compiler warnings are not mature enough to be documented, so exclude them from the documentation for now so that they don't pop up in the list of qmllint warnings. Pick-to: 6.7 6.8 Task-number: QTBUG-118112 Change-Id: If030390bb8e3d6299f3a7de064d868c01608833f Reviewed-by: Leena Miettinen <[email protected]> Reviewed-by: Fabian Kosmale <[email protected]>
-rw-r--r--src/qml/doc/qtqml.qdocconf3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 27dce40e69..9ae115c914 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -56,6 +56,9 @@ exampledirs += ../../../examples/qml \
imagedirs += images
+# Exclude documentation for the compiler category: these are not mature enough to be documented
+excludefiles += src/qmllint/compiler.qdoc
+
# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names += "QtQml/Chapter 4*" \
"QtQml/Chapter 6*" \