summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qfrustumculling.cpp
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-23 15:09:18 +0100
committerSean Harmer <sean.harmer@kdab.com>2016-05-24 07:55:46 +0000
commit2adfa3a67360fb93e6a472fb8eab2391f4990694 (patch)
treeaca138700e0141e8dce0d7a6cb14747b4fe51f6e /src/render/framegraph/qfrustumculling.cpp
parentc5e245c7171745f6716d2125375d11d9bea15d25 (diff)
Start on skeleton doc for render-framegraph
Task-number: QTBUG-46037 Change-Id: Ided34e5a0aed66bd67e8aef7af6689a31a09dc29 Reviewed-by: Mike Krus <mike.krus@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/qfrustumculling.cpp')
-rw-r--r--src/render/framegraph/qfrustumculling.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/render/framegraph/qfrustumculling.cpp b/src/render/framegraph/qfrustumculling.cpp
index ded5aa8a8..b25c271d5 100644
--- a/src/render/framegraph/qfrustumculling.cpp
+++ b/src/render/framegraph/qfrustumculling.cpp
@@ -42,7 +42,28 @@
QT_BEGIN_NAMESPACE
namespace Qt3DRender {
+/*!
+ \class Qt3DRender::QFrustumCulling
+ \inmodule Qt3DRender
+ \since 5.7
+ \ingroup framegraph
+ \brief ...
+
+ */
+
+/*!
+ \qmltype FrustumCulling
+ \inqmlmodule Qt3D.Render
+ \instantiates Qt3DRender::QFrustumCulling
+ \inherits FrameGraphNode
+ \since 5.7
+ \qmlabstract
+*/
+
+/*!
+ The constructor creates an instance with the specified \a parent.
+ */
QFrustumCulling::QFrustumCulling(Qt3DCore::QNode *parent)
: QFrameGraphNode(parent)
{