diff options
author | Friedemann Kleint <[email protected]> | 2025-03-12 16:05:41 +0100 |
---|---|---|
committer | Friedemann Kleint <[email protected]> | 2025-03-12 16:28:40 +0100 |
commit | 42a6f976cbc35a4d0cadd9b71322f50793ac3c41 (patch) | |
tree | ce115c9ff0401b5fedfda2a5ab3377f40d2eaaec /sources | |
parent | 69ecc3c71155548f43176e7fcf948f09eaf62416 (diff) |
Documentation: Use flat documentation mode for Qt3DAnimation
All classes are in a namespace Qt3DAnimation, which produces an overly
long page. Fixes an oversight in a8b0954cae4b4322ee8a206875f942977174b826.
Pick-to: 6.8
Change-Id: I61b7d703f260ac9cbe09170a32580ef5ba635720
Reviewed-by: Christian Tismer <[email protected]>
Reviewed-by: Ece Cinucen <[email protected]>
Diffstat (limited to 'sources')
-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 c74f6467b..88dd43541 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" doc-package="PySide6.Qt3D" +<typesystem package="PySide6.Qt3DAnimation" doc-package="PySide6.Qt3D" doc-mode="flat" namespace-begin="QT_BEGIN_NAMESPACE" namespace-end="QT_END_NAMESPACE"> <load-typesystem name="Qt3DRender/typesystem_3drender.xml" generate="no"/> <namespace-type name="Qt3DAnimation"> |