summaryrefslogtreecommitdiffstats
path: root/src/core/transforms
diff options
context:
space:
mode:
authorLuca Di Sera <luca.disera@qt.io>2024-02-12 21:00:37 +0100
committerLuca Di Sera <luca.disera@qt.io>2024-02-13 13:28:57 +0100
commit885ab2894b2418365b24a2cb66fd49ab22969266 (patch)
tree4a2d11a6f5074f70013345794a5be911e373bf12 /src/core/transforms
parent5ba9e32dd800429dcaa0367d9ebb695ca91f3408 (diff)
Doc: Fully qualify \property, \qmlproperty, \typedef, \enum
Upcoming changes to QDoc require API entities to be fully qualified; previously, QDoc maintained a list of 'open namespaces' that were part of matching the documented entity with its declaration, but that concept does not work for parallelized parsing where the order of processing can be arbitrary. Change-Id: I1662fb4692b5c91a2d9e33eb17708544d9cd1ebb Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/core/transforms')
-rw-r--r--src/core/transforms/qskeletonloader.cpp2
-rw-r--r--src/core/transforms/qtransform.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/transforms/qskeletonloader.cpp b/src/core/transforms/qskeletonloader.cpp
index 8175d73a6..74bc7e6c4 100644
--- a/src/core/transforms/qskeletonloader.cpp
+++ b/src/core/transforms/qskeletonloader.cpp
@@ -95,7 +95,7 @@ void QSkeletonLoaderPrivate::setRootJoint(QJoint *rootJoint)
*/
/*!
- \enum QSkeletonLoader::Status
+ \enum Qt3DCore::QSkeletonLoader::Status
This enum identifies the status of skeleton.
diff --git a/src/core/transforms/qtransform.cpp b/src/core/transforms/qtransform.cpp
index 116f1d0e6..2b96422f3 100644
--- a/src/core/transforms/qtransform.cpp
+++ b/src/core/transforms/qtransform.cpp
@@ -322,7 +322,7 @@ QMatrix4x4 QTransform::matrix() const
}
/*!
- \property QTransform::worldMatrix
+ \property Qt3DCore::QTransform::worldMatrix
Holds the world transformation matrix for the transform. This assumes the
QTransform component is being referenced by a QEntity. This makes it more