summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qnodraw.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/framegraph/qnodraw.cpp')
-rw-r--r--src/render/framegraph/qnodraw.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/render/framegraph/qnodraw.cpp b/src/render/framegraph/qnodraw.cpp
index 2e9137ffe..5d3b9107d 100644
--- a/src/render/framegraph/qnodraw.cpp
+++ b/src/render/framegraph/qnodraw.cpp
@@ -41,12 +41,13 @@ QT_BEGIN_NAMESPACE
namespace Qt3DRender {
/*!
- * \class Qt3DRender::QNoDraw::QNoDraw
+ * \class Qt3DRender::QNoDraw
+ * \inmodule Qt3DRender
*
- * \brief When a Qt3DCore::QNoDraw node is present in a FrameGraph branch, this
+ * \brief When a QNoDraw node is present in a FrameGraph branch, this
* prevents the renderer from rendering any primitive.
*
- * Qt3DCore::QNoDraw should be used when the FrameGraph needs to set up some render
+ * QNoDraw should be used when the FrameGraph needs to set up some render
* states or clear some buffers without requiring any mesh to be drawn. It has
* the same effect as having a Qt3DRender::QRenderPassFilter that matches none of
* available Qt3DRender::QRenderPass instances of the scene without the overhead cost