summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-04-28 09:57:10 +0000
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-04-29 11:14:53 +0000
commit71a3bb1d7a2cc4c3b2b51937343384298c79ca7b (patch)
treecd1918870377bd12947b71db0e8204853a609659
parent453485cb548c9464ad68a99d8945894e366004f9 (diff)
downloadqt3d-71a3bb1d7a2cc4c3b2b51937343384298c79ca7b.tar.gz
Revert "Doc: Add tests/manual in exampledirs to fix broken links"
This reverts commit dee62f491a761cc860e5377746264d9e2990eca2. Adding the manual tests as 'exampledirs' makes QDoc parse the example documentation and also adds broken entries to the examples-manifest.xml. We do not want the examples from /tests to generate documentation or appear in Qt Creator. Revert the change, and address the QDoc warnings that this commit tried to fix by other means. Change-Id: I848344ae0836e341fabda5b740162b0015f6baf1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit a0555349e67cd420c2d8c0277b646525b0bca589) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/core/doc/qt3d.qdocconf3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/doc/qt3d.qdocconf b/src/core/doc/qt3d.qdocconf
index cddd6a8e0..86c416d72 100644
--- a/src/core/doc/qt3d.qdocconf
+++ b/src/core/doc/qt3d.qdocconf
@@ -76,8 +76,7 @@ sourcedirs += . \
exampledirs += ../../../examples/qt3d \
- snippets \
- ../../../tests/manual
+ snippets
examples.fileextensions += "*.fraq *.geom *.vert"
examples.imageextensions += "*.png"