summaryrefslogtreecommitdiffstats
path: root/src/render/frontend
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/render/frontend
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/render/frontend')
-rw-r--r--src/render/frontend/qcamera.cpp36
-rw-r--r--src/render/frontend/qcameralens.cpp22
-rw-r--r--src/render/frontend/qcomputecommand.cpp8
-rw-r--r--src/render/frontend/qlayer.cpp2
-rw-r--r--src/render/frontend/qlevelofdetail.cpp10
-rw-r--r--src/render/frontend/qlevelofdetailboundingsphere.cpp4
-rw-r--r--src/render/frontend/qpickingsettings.cpp8
-rw-r--r--src/render/frontend/qrenderaspect.cpp2
-rw-r--r--src/render/frontend/qrendercapabilities.cpp62
-rw-r--r--src/render/frontend/qrendersettings.cpp10
-rw-r--r--src/render/frontend/qrendertargetoutput.cpp12
11 files changed, 88 insertions, 88 deletions
diff --git a/src/render/frontend/qcamera.cpp b/src/render/frontend/qcamera.cpp
index 43f887ed1..2b30a70ed 100644
--- a/src/render/frontend/qcamera.cpp
+++ b/src/render/frontend/qcamera.cpp
@@ -370,7 +370,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::projectionType
+ * \property Qt3DRender::QCamera::projectionType
*
* Holds the type of the camera projection. The default value is
* QCameraLens::PerspectiveProjection.
@@ -387,31 +387,31 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::nearPlane
+ * \property Qt3DRender::QCamera::nearPlane
* Holds the current camera near plane. Objects that are closer to the
* camera than the nearPlane will not be rendered.
*/
/*!
- * \property QCamera::farPlane
+ * \property Qt3DRender::QCamera::farPlane
* Holds the current camera far plane. Objects that are farther from the
* camera than the farPlane will not be rendered.
*/
/*!
- * \property QCamera::lens
+ * \property Qt3DRender::QCamera::lens
* Holds the Qt3DRender::QCameraLens component of the camera.
* \since 5.14
*/
/*!
- * \property QCamera::transform
+ * \property Qt3DRender::QCamera::transform
* Holds the Qt3DCore::QTransform component of the camera.
* \since 5.14
*/
/*!
- * \property QCamera::fieldOfView
+ * \property Qt3DRender::QCamera::fieldOfView
* Holds the current vertical field of view in degrees.
*
* Along with \l aspectRatio, this property determines how much of
@@ -425,12 +425,12 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::aspectRatio
+ * \property Qt3DRender::QCamera::aspectRatio
* Holds the current aspect ratio.
*/
/*!
- *\property QCamera::left
+ *\property Qt3DRender::QCamera::left
* Holds the current left of the camera.
*
* This property is only relevant when \l projectionType is
@@ -438,7 +438,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::right
+ * \property Qt3DRender::QCamera::right
* Holds the current right of the camera.
*
* This property is only relevant when \l projectionType is
@@ -446,7 +446,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::bottom
+ * \property Qt3DRender::QCamera::bottom
* Holds the current bottom of the camera.
*
* This property is only relevant when \l projectionType is
@@ -454,7 +454,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::top
+ * \property Qt3DRender::QCamera::top
* Holds the current top of the camera.
*
* This property is only relevant when \l projectionType is
@@ -462,12 +462,12 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::projectionMatrix
+ * \property Qt3DRender::QCamera::projectionMatrix
* Holds the current projection matrix of the camera.
*/
/*!
- * \property QCamera::exposure
+ * \property Qt3DRender::QCamera::exposure
* Holds the current exposure of the camera.
*
* The default value is 0.0.
@@ -480,13 +480,13 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::position
+ * \property Qt3DRender::QCamera::position
* Holds the camera's position in coordinates relative to
* the parent entity.
*/
/*!
- * \property QCamera::upVector
+ * \property Qt3DRender::QCamera::upVector
* Holds the camera's up vector in coordinates relative to
* the parent entity.
*
@@ -498,7 +498,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::viewCenter
+ * \property Qt3DRender::QCamera::viewCenter
* Holds the camera's view center in coordinates relative to
* the parent entity.
*
@@ -506,7 +506,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::viewVector
+ * \property Qt3DRender::QCamera::viewVector
* Holds the camera's view vector in coordinates relative to
* the parent entity.
*
@@ -515,7 +515,7 @@ void QCameraPrivate::updateViewMatrixAndTransform(bool doEmit)
*/
/*!
- * \property QCamera::viewMatrix
+ * \property Qt3DRender::QCamera::viewMatrix
* \deprecated
* Holds the camera's view matrix in coordinates relative to
* the parent entity.
diff --git a/src/render/frontend/qcameralens.cpp b/src/render/frontend/qcameralens.cpp
index 5e88c3813..645b6208c 100644
--- a/src/render/frontend/qcameralens.cpp
+++ b/src/render/frontend/qcameralens.cpp
@@ -105,72 +105,72 @@ namespace Qt3DRender {
/*!
- * \property QCameraLens::projectionType
+ * \property Qt3DRender::QCameraLens::projectionType
*
* Holds the type of the camera projection.
* \sa Qt3DRender::QCameraLens::ProjectionType
*/
/*!
- * \property QCameraLens::nearPlane
+ * \property Qt3DRender::QCameraLens::nearPlane
* Holds the current near plane of the camera lens.
*/
/*!
- * \property QCameraLens::farPlane
+ * \property Qt3DRender::QCameraLens::farPlane
* Holds the current near plane of the camera lens.
*/
/*!
- * \property QCameraLens::fieldOfView
+ * \property Qt3DRender::QCameraLens::fieldOfView
* Holds the current field of view of the camera lens.
* \note: The return value may be undefined if the projection type is not
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::aspectRatio
+ * \property Qt3DRender::QCameraLens::aspectRatio
* Holds the current aspect ratio of the camera lens.
* \note: The return value may be undefined if the projection type is not
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::left
+ * \property Qt3DRender::QCameraLens::left
* Holds the current left plane of the camera lens.
* \note The return value may be undefined if the projection type is
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::right
+ * \property Qt3DRender::QCameraLens::right
* Holds the current right plane of the camera lens.
* \note The return value may be undefined if the projection type is
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::bottom
+ * \property Qt3DRender::QCameraLens::bottom
* Holds the current bottom plane of the camera lens.
* \note The return value may be undefined if the projection type is
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::top
+ * \property Qt3DRender::QCameraLens::top
* Holds the current top plane of the camera lens.
* \note The return value may be undefined if the projection type is
* Qt3DRender::QCameraLens::PerspectiveProjection.
*/
/*!
- * \property QCameraLens::projectionMatrix
+ * \property Qt3DRender::QCameraLens::projectionMatrix
* Holds the current projection matrix of the camera lens.
* \readonly
*/
/*!
- * \property QCameraLens::exposure
+ * \property Qt3DRender::QCameraLens::exposure
* Holds the current exposure of the camera lens.
*/
diff --git a/src/render/frontend/qcomputecommand.cpp b/src/render/frontend/qcomputecommand.cpp
index 75c190632..5311c6672 100644
--- a/src/render/frontend/qcomputecommand.cpp
+++ b/src/render/frontend/qcomputecommand.cpp
@@ -79,22 +79,22 @@ namespace Qt3DRender {
*/
/*!
- \property QComputeCommand::workGroupX
+ \property Qt3DRender::QComputeCommand::workGroupX
Specifies X workgroup size.
*/
/*!
- \property QComputeCommand::workGroupY
+ \property Qt3DRender::QComputeCommand::workGroupY
Specifies Y workgroup size.
*/
/*!
- \property QComputeCommand::workGroupZ
+ \property Qt3DRender::QComputeCommand::workGroupZ
Specifies Z workgroup size.
*/
/*!
- \property QComputeCommand::runType
+ \property Qt3DRender::QComputeCommand::runType
Specifies whether the compute command should be performed every frame or
manually triggered.
diff --git a/src/render/frontend/qlayer.cpp b/src/render/frontend/qlayer.cpp
index 51dfdec1c..aa7e0daf0 100644
--- a/src/render/frontend/qlayer.cpp
+++ b/src/render/frontend/qlayer.cpp
@@ -53,7 +53,7 @@ QLayerPrivate::QLayerPrivate()
\endcode
*/
/*!
- \property QLayer::recursive
+ \property Qt3DRender::QLayer::recursive
Specifies if the layer is also applied to the entity subtree.
*/
diff --git a/src/render/frontend/qlevelofdetail.cpp b/src/render/frontend/qlevelofdetail.cpp
index 5100287bb..67f221dec 100644
--- a/src/render/frontend/qlevelofdetail.cpp
+++ b/src/render/frontend/qlevelofdetail.cpp
@@ -165,7 +165,7 @@ void QLevelOfDetailPrivate::setCurrentIndex(int currentIndex)
*/
/*!
- * \property QLevelOfDetail::camera
+ * \property Qt3DRender::QLevelOfDetail::camera
*
* Holds the id of the camera that is used to compute the actual distance or the screen size.
*/
@@ -177,7 +177,7 @@ void QLevelOfDetailPrivate::setCurrentIndex(int currentIndex)
*/
/*!
- * \property QLevelOfDetail::currentIndex
+ * \property Qt3DRender::QLevelOfDetail::currentIndex
*
* The index in the range array which matches the current distance to the camera or screen size.
*/
@@ -189,7 +189,7 @@ void QLevelOfDetailPrivate::setCurrentIndex(int currentIndex)
*/
/*!
- * \property QLevelOfDetail::thresholdType
+ * \property Qt3DRender::QLevelOfDetail::thresholdType
*
* Specifies how range values are interpreted.
* \sa Qt3DRender::QLevelOfDetail::ThresholdType
@@ -209,7 +209,7 @@ void QLevelOfDetailPrivate::setCurrentIndex(int currentIndex)
*/
/*!
- * \property QLevelOfDetail::thresholds
+ * \property Qt3DRender::QLevelOfDetail::thresholds
*
* Array of range values as float point numbers. The value for the most detailed representation
* should be specified first.
@@ -241,7 +241,7 @@ void QLevelOfDetailPrivate::setCurrentIndex(int currentIndex)
*/
/*!
- * \property QLevelOfDetail::volumeOverride
+ * \property Qt3DRender::QLevelOfDetail::volumeOverride
*
* The default is a sphere of radius 1 and centered at the local origin of the entity.
* This proxy volume is used to compute the distance to the camera or the size
diff --git a/src/render/frontend/qlevelofdetailboundingsphere.cpp b/src/render/frontend/qlevelofdetailboundingsphere.cpp
index 351a1d86f..694b67458 100644
--- a/src/render/frontend/qlevelofdetailboundingsphere.cpp
+++ b/src/render/frontend/qlevelofdetailboundingsphere.cpp
@@ -51,7 +51,7 @@ public:
*/
/*!
- * \property QLevelOfDetailBoundingSphere::center
+ * \property Qt3DRender::QLevelOfDetailBoundingSphere::center
*
* Specifies the center of the bounding sphere
*/
@@ -63,7 +63,7 @@ public:
*/
/*!
- * \property QLevelOfDetailBoundingSphere::radius
+ * \property Qt3DRender::QLevelOfDetailBoundingSphere::radius
*
* Specifies the radius of the bounding sphere
*/
diff --git a/src/render/frontend/qpickingsettings.cpp b/src/render/frontend/qpickingsettings.cpp
index 7ac79bb24..31b44d173 100644
--- a/src/render/frontend/qpickingsettings.cpp
+++ b/src/render/frontend/qpickingsettings.cpp
@@ -135,7 +135,7 @@ float QPickingSettings::worldSpaceTolerance() const
\sa Qt3DRender::QPickingSettings::PickMethod
*/
/*!
- \property QPickingSettings::pickMethod
+ \property Qt3DRender::QPickingSettings::pickMethod
Holds the current pick method.
@@ -184,7 +184,7 @@ void QPickingSettings::setPickMethod(QPickingSettings::PickMethod pickMethod)
\sa Qt3DRender::QPickingSettings::PickResultMode
*/
/*!
- \property QPickingSettings::pickResultMode
+ \property Qt3DRender::QPickingSettings::pickResultMode
Holds the current pick results mode.
@@ -232,7 +232,7 @@ void QPickingSettings::setPickResultMode(QPickingSettings::PickResultMode pickRe
\endlist
*/
/*!
- \property QPickingSettings::faceOrientationPickingMode
+ \property Qt3DRender::QPickingSettings::faceOrientationPickingMode
Specifies how face orientation affects triangle picking
*/
@@ -252,7 +252,7 @@ void QPickingSettings::setFaceOrientationPickingMode(QPickingSettings::FaceOrien
Holds the threshold, in model space coordinates, used to evaluate line and point picking.
*/
/*!
- \property QPickingSettings::worldSpaceTolerance
+ \property Qt3DRender::QPickingSettings::worldSpaceTolerance
Holds the threshold, in model space coordinates, used to evaluate line and point picking.
*/
diff --git a/src/render/frontend/qrenderaspect.cpp b/src/render/frontend/qrenderaspect.cpp
index 55f4b51c9..a5a669be0 100644
--- a/src/render/frontend/qrenderaspect.cpp
+++ b/src/render/frontend/qrenderaspect.cpp
@@ -566,7 +566,7 @@ void QRenderAspectPrivate::registerBackendType(const QMetaObject &obj,
}
/*!
- * \enum QRenderAspect::SubmissionType
+ * \enum Qt3DRender::QRenderAspect::SubmissionType
*
* \value Automatic
* The QRenderAspect takes care of submitting rendering commands to the
diff --git a/src/render/frontend/qrendercapabilities.cpp b/src/render/frontend/qrendercapabilities.cpp
index 51c73a840..2935a163b 100644
--- a/src/render/frontend/qrendercapabilities.cpp
+++ b/src/render/frontend/qrendercapabilities.cpp
@@ -225,7 +225,7 @@ true if the data is valid, otherwise Qt 3D failed to query the available hardwar
\readonly
*/
/*!
-\property QRenderCapabilities::valid
+\property Qt3DRender::QRenderCapabilities::valid
true if the data is valid, otherwise Qt 3D failed to query the available hardware.
@@ -245,7 +245,7 @@ Returns which API is currently in use.
\readonly
*/
/*!
-\property QRenderCapabilities::api
+\property Qt3DRender::QRenderCapabilities::api
Returns which API is currently in use.
@@ -265,7 +265,7 @@ Returns which profile (if applicable) is currently in use.
\readonly
*/
/*!
-\property QRenderCapabilities::profile
+\property Qt3DRender::QRenderCapabilities::profile
Returns which profile (if applicable) is currently in use.
@@ -285,7 +285,7 @@ Returns the major version number currently in use.
\readonly
*/
/*!
-\property QRenderCapabilities::majorVersion
+\property Qt3DRender::QRenderCapabilities::majorVersion
Returns the major version number currently in use.
@@ -305,7 +305,7 @@ Returns the minor version number currently in use.
\readonly
*/
/*!
-\property QRenderCapabilities::minorVersion
+\property Qt3DRender::QRenderCapabilities::minorVersion
Returns the minor version number currently in use.
@@ -325,7 +325,7 @@ Returns the list of extensions currently available.
\readonly
*/
/*!
-\property QRenderCapabilities::extensions
+\property Qt3DRender::QRenderCapabilities::extensions
Returns the list of extensions currently available.
@@ -345,7 +345,7 @@ Returns the vendor identification string.
\readonly
*/
/*!
-\property QRenderCapabilities::vendor
+\property Qt3DRender::QRenderCapabilities::vendor
Returns the vendor identification string.
@@ -365,7 +365,7 @@ Returns the device identification string.
\readonly
*/
/*!
-\property QRenderCapabilities::renderer
+\property Qt3DRender::QRenderCapabilities::renderer
Returns the device identification string.
@@ -385,7 +385,7 @@ Returns the driver version string.
\readonly
*/
/*!
-\property QRenderCapabilities::driverVersion
+\property Qt3DRender::QRenderCapabilities::driverVersion
Returns the driver version string.
@@ -405,7 +405,7 @@ Returns the GLSL version string.
\readonly
*/
/*!
-\property QRenderCapabilities::glslVersion
+\property Qt3DRender::QRenderCapabilities::glslVersion
Returns the GLSL version string.
@@ -425,7 +425,7 @@ Returns the maximum number of samples available for MSAA.
\readonly
*/
/*!
-\property QRenderCapabilities::maxSamples
+\property Qt3DRender::QRenderCapabilities::maxSamples
Returns the maximum number of samples available for MSAA.
@@ -445,7 +445,7 @@ Returns the maximum size of textures.
\readonly
*/
/*!
-\property QRenderCapabilities::maxTextureSize
+\property Qt3DRender::QRenderCapabilities::maxTextureSize
Returns the maximum size of textures.
@@ -465,7 +465,7 @@ Returns the number of available texture units.
\readonly
*/
/*!
-\property QRenderCapabilities::maxTextureUnits
+\property Qt3DRender::QRenderCapabilities::maxTextureUnits
Returns the number of available texture units.
@@ -485,7 +485,7 @@ Returns the number of available texture layers.
\readonly
*/
/*!
-\property QRenderCapabilities::maxTextureLayers
+\property Qt3DRender::QRenderCapabilities::maxTextureLayers
Returns the number of available texture layers.
@@ -505,7 +505,7 @@ Returns true if UBOs are supported.
\readonly
*/
/*!
-\property QRenderCapabilities::supportsUBO
+\property Qt3DRender::QRenderCapabilities::supportsUBO
Returns true if UBOs are supported.
@@ -525,7 +525,7 @@ Returns the maximum size of UBOs, if supported.
\readonly
*/
/*!
-\property QRenderCapabilities::maxUBOSize
+\property Qt3DRender::QRenderCapabilities::maxUBOSize
Returns the maximum size of UBOs, if supported.
@@ -545,7 +545,7 @@ Returns the maximum number of available UBO binding points, if supported.
\readonly
*/
/*!
-\property QRenderCapabilities::maxUBOBindings
+\property Qt3DRender::QRenderCapabilities::maxUBOBindings
Returns the maximum number of available UBO binding points, if supported.
@@ -565,7 +565,7 @@ Returns true if SSBOs are supported.
\readonly
*/
/*!
-\property QRenderCapabilities::supportsSSBO
+\property Qt3DRender::QRenderCapabilities::supportsSSBO
Returns true if SSBOs are supported.
@@ -585,7 +585,7 @@ Returns the maximum size of SSBOs, if available.
\readonly
*/
/*!
-\property QRenderCapabilities::maxSSBOSize
+\property Qt3DRender::QRenderCapabilities::maxSSBOSize
Returns the maximum size of SSBOs, if available.
@@ -605,7 +605,7 @@ Returns the maximum number of available SSBO binding points, if supported.
\readonly
*/
/*!
-\property QRenderCapabilities::maxSSBOBindings
+\property Qt3DRender::QRenderCapabilities::maxSSBOBindings
Returns the maximum number of available SSBO binding points, if supported.
@@ -625,7 +625,7 @@ Returns true if Image Store operations are supported.
\readonly
*/
/*!
-\property QRenderCapabilities::supportsImageStore
+\property Qt3DRender::QRenderCapabilities::supportsImageStore
Returns true if Image Store operations are supported.
@@ -645,7 +645,7 @@ Returns the maximum number of available image units.
\readonly
*/
/*!
-\property QRenderCapabilities::maxImageUnits
+\property Qt3DRender::QRenderCapabilities::maxImageUnits
Returns the maximum number of available image units.
@@ -665,7 +665,7 @@ Returns true if Compute Shaders are supported.
\readonly
*/
/*!
-\property QRenderCapabilities::supportsCompute
+\property Qt3DRender::QRenderCapabilities::supportsCompute
Returns true if Compute Shaders are supported.
@@ -685,7 +685,7 @@ Returns the maximum number of available Compute Shader workgroups in the X axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupCountX
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupCountX
Returns the maximum number of available Compute Shader workgroups in the X axis.
@@ -705,7 +705,7 @@ Returns the maximum number of available Compute Shader workgroups in the Y axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupCountY
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupCountY
Returns the maximum number of available Compute Shader workgroups in the Y axis.
@@ -725,7 +725,7 @@ Returns the maximum number of available Compute Shader workgroups in the Z axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupCountZ
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupCountZ
Returns the maximum number of available Compute Shader workgroups in the Z axis.
@@ -745,7 +745,7 @@ Returns the maximum size of Compute Shader local workgroups in the X axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupSizeX
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupSizeX
Returns the maximum size of Compute Shader local workgroups in the X axis.
@@ -765,7 +765,7 @@ Returns the maximum size of Compute Shader local workgroups in the Y axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupSizeY
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupSizeY
Returns the maximum size of Compute Shader local workgroups in the Y axis.
@@ -785,7 +785,7 @@ Returns the maximum size of Compute Shader local workgroups in the Z axis.
\readonly
*/
/*!
-\property QRenderCapabilities::maxWorkGroupSizeZ
+\property Qt3DRender::QRenderCapabilities::maxWorkGroupSizeZ
Returns the maximum size of Compute Shader local workgroups in the Z axis.
@@ -805,7 +805,7 @@ Returns the maximum number of Compute Shaders available.
\readonly
*/
/*!
-\property QRenderCapabilities::maxComputeInvocations
+\property Qt3DRender::QRenderCapabilities::maxComputeInvocations
Returns the maximum number of Compute Shaders available.
@@ -825,7 +825,7 @@ Returns the maximum amount of shared memory available for Compute Shaders.
\readonly
*/
/*!
-\property QRenderCapabilities::maxComputeSharedMemorySize
+\property Qt3DRender::QRenderCapabilities::maxComputeSharedMemorySize
Returns the maximum amount of shared memory available for Compute Shaders.
diff --git a/src/render/frontend/qrendersettings.cpp b/src/render/frontend/qrendersettings.cpp
index b1a830c53..c1ab752ee 100644
--- a/src/render/frontend/qrendersettings.cpp
+++ b/src/render/frontend/qrendersettings.cpp
@@ -115,7 +115,7 @@ QRenderSettings::~QRenderSettings()
\since 5.15
*/
/*!
- \property QRenderSettings::renderCapabilities
+ \property Qt3DRender::QRenderSettings::renderCapabilities
Holds the details of the supported rendering engine
@@ -136,7 +136,7 @@ QRenderCapabilities *QRenderSettings::renderCapabilities()
\readonly
*/
/*!
- \property QRenderSettings::pickingSettings
+ \property Qt3DRender::QRenderSettings::pickingSettings
Holds the current pick settings for the \l{Qt 3D Render Framegraph}{FrameGraph}.
@@ -154,7 +154,7 @@ QPickingSettings *QRenderSettings::pickingSettings()
Holds the currently active \l{Qt 3D Render Framegraph}{FrameGraph}.
*/
/*!
- \property QRenderSettings::activeFrameGraph
+ \property Qt3DRender::QRenderSettings::activeFrameGraph
Holds the currently active \l{Qt 3D Render Framegraph}{FrameGraph}.
*/
@@ -166,7 +166,7 @@ QFrameGraphNode *QRenderSettings::activeFrameGraph() const
/*!
- \enum QRenderSettings::RenderPolicy
+ \enum Qt3DRender::QRenderSettings::RenderPolicy
The render policy.
@@ -189,7 +189,7 @@ QFrameGraphNode *QRenderSettings::activeFrameGraph() const
\sa Qt3DRender::QRenderSettings::RenderPolicy
*/
/*!
- \property QRenderSettings::renderPolicy
+ \property Qt3DRender::QRenderSettings::renderPolicy
Holds the current render policy.
*/
diff --git a/src/render/frontend/qrendertargetoutput.cpp b/src/render/frontend/qrendertargetoutput.cpp
index 3be19a2b4..303a36765 100644
--- a/src/render/frontend/qrendertargetoutput.cpp
+++ b/src/render/frontend/qrendertargetoutput.cpp
@@ -44,7 +44,7 @@ namespace Qt3DRender {
*/
/*!
- \enum QRenderTargetOutput::AttachmentPoint
+ \enum Qt3DRender::QRenderTargetOutput::AttachmentPoint
This enumeration specifies the values for the attachment point.
@@ -131,29 +131,29 @@ namespace Qt3DRender {
*/
/*!
- \property QRenderTargetOutput::attachmentPoint
+ \property Qt3DRender::QRenderTargetOutput::attachmentPoint
Holds the attachment point of the QRenderTargetOutput.
*/
/*!
- \property QRenderTargetOutput::texture
+ \property Qt3DRender::QRenderTargetOutput::texture
Holds the texture attached to the attachment point.
*/
/*!
- \property QRenderTargetOutput::mipLevel
+ \property Qt3DRender::QRenderTargetOutput::mipLevel
Holds the miplevel of the attached texture the rendering is directed to.
*/
/*!
- \property QRenderTargetOutput::layer
+ \property Qt3DRender::QRenderTargetOutput::layer
Holds the layer of the attached texture the rendering is directed to.
*/
/*!
- \property QRenderTargetOutput::face
+ \property Qt3DRender::QRenderTargetOutput::face
Holds the face of the attached cubemap texture the rendering is directed to.
*/