aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Shalayel <[email protected]>2024-07-11 15:48:39 +0200
committerSami Shalayel <[email protected]>2024-07-16 10:29:13 +0200
commit02a88d36b698417566716453778ad495093c8323 (patch)
tree3751787f7084530c3f09addcf9eae1ee5966c862
parentfdc6c0de3b642ac970efd40a807ee6ad83e3d989 (diff)
doc: exclude the deferred property id warning from the docs
Re-add them once QTBUG-118109 is done, as the warnings are currently always disabled in qmllint. Pick-to: 6.7 6.8 Task-number: QTBUG-118109 Task-number: QTBUG-118112 Change-Id: I9a6dd5678ae25a2f7cb2133c79948f070a11df47 Reviewed-by: Fabian Kosmale <[email protected]>
-rw-r--r--src/qml/doc/qtqml.qdocconf3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qml/doc/qtqml.qdocconf b/src/qml/doc/qtqml.qdocconf
index 9ae115c914..da38e34b57 100644
--- a/src/qml/doc/qtqml.qdocconf
+++ b/src/qml/doc/qtqml.qdocconf
@@ -57,7 +57,8 @@ exampledirs += ../../../examples/qml \
imagedirs += images
# Exclude documentation for the compiler category: these are not mature enough to be documented
-excludefiles += src/qmllint/compiler.qdoc
+excludefiles += src/qmllint/compiler.qdoc \
+ src/qmllint/deferred-property-id.qdoc
# Add a thumbnail for examples that do not have images
manifestmeta.thumbnail.names += "QtQml/Chapter 4*" \