summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2023-04-28 09:57:10 +0000
committerTopi Reinio <topi.reinio@qt.io>2023-04-29 09:56:14 +0000
commita0555349e67cd420c2d8c0277b646525b0bca589 (patch)
tree72fcee7db9cdaf3bec95fc024fec9f53a620832d
parentb12450a2ccf9e629de38c55240fbc9a10b3a544b (diff)
downloadqt3d-a0555349e67cd420c2d8c0277b646525b0bca589.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. Pick-to: 6.5 Change-Id: I848344ae0836e341fabda5b740162b0015f6baf1 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io>
-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 8bff347ea..0e5eb18d2 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"