From a0555349e67cd420c2d8c0277b646525b0bca589 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Fri, 28 Apr 2023 09:57:10 +0000 Subject: 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 Reviewed-by: Andreas Eliasson --- src/core/doc/qt3d.qdocconf | 3 +-- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.1