summaryrefslogtreecommitdiffstats
path: root/src/render/renderstates/qstenciltestarguments.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/renderstates/qstenciltestarguments.cpp')
-rw-r--r--src/render/renderstates/qstenciltestarguments.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/render/renderstates/qstenciltestarguments.cpp b/src/render/renderstates/qstenciltestarguments.cpp
index fa793ab03..5b8435360 100644
--- a/src/render/renderstates/qstenciltestarguments.cpp
+++ b/src/render/renderstates/qstenciltestarguments.cpp
@@ -92,23 +92,23 @@ namespace Qt3DRender {
*/
/*!
- \property QStencilTestArguments::faceMode
+ \property Qt3DRender::QStencilTestArguments::faceMode
Holds the faces the arguments are applied to.
\readonly
*/
/*!
- \property QStencilTestArguments::comparisonMask
+ \property Qt3DRender::QStencilTestArguments::comparisonMask
Holds the stencil test comparison mask. Default is all zeroes.
*/
/*!
- \property QStencilTestArguments::referenceValue
+ \property Qt3DRender::QStencilTestArguments::referenceValue
Holds the stencil test reference value. Default is zero.
*/
/*!
- \property QStencilTestArguments::stencilFunction
+ \property Qt3DRender::QStencilTestArguments::stencilFunction
Holds the stencil test function. Default is Never.
\sa Qt3DRender::QStencilTestArguments::StencilFunction
*/