diff options
author | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-09-27 10:16:51 +0200 |
---|---|---|
committer | Friedemann Kleint <Friedemann.Kleint@qt.io> | 2024-09-27 23:13:04 +0200 |
commit | 2ae76e777d7cc8305b515099b24ce5627171b5b9 (patch) | |
tree | 1c546a7efe73a6835956d68e78f2956a64a4c7a8 /sources/pyside6/PySide6/Qt3DAnimation | |
parent | a8717d612eb17c3dfaaede46c7bda34e5c20125e (diff) |
shiboken6/Documentation: Introduce a doc-package typesystem attribute
Make it possible to specify an alternate doc-package for locating the
WebXML files generated by qdoc. For example the documentation of the
QtMultimediaWidgets module is generated into the QtMultimedia module.
This became a problem after the module split
qttools/c51980bb0d9658f2ade4de1900d07b08e88cb52d.
Task-number: QTBUG-77650
Task-number: PYSIDE-2620
Task-number: PYSIDE-1106
Change-Id: I09ab50f7e3b56c0a7d0f2e94e593a8d5e83b2001
Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@qt.io>
Diffstat (limited to 'sources/pyside6/PySide6/Qt3DAnimation')
-rw-r--r-- | sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml index 61af82d6d..c905bfbf2 100644 --- a/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml +++ b/sources/pyside6/PySide6/Qt3DAnimation/typesystem_3danimation.xml @@ -4,7 +4,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only --> -<typesystem package="PySide6.Qt3DAnimation" +<typesystem package="PySide6.Qt3DAnimation" doc-package="PySide6.Qt3D" namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE"> <load-typesystem name="Qt3DRender/typesystem_3drender.xml" generate="no"/> <namespace-type name="Qt3DAnimation"> |