summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@digia.com>2015-04-28 13:05:39 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-04-29 07:33:44 +0000
commit2d5f95bacf7722b2546f6c40e4ce236c75ae379d (patch)
tree1145523e70914a1990a58c4ce0fedfedfb1a0805 /src/core/nodes/qcomponent.cpp
parent21c9dfef8bf81f7a1910d5d07baf9fdab39750a4 (diff)
Doc: Add Qt3D QML module and QML type documentation skeletonv5.5.0-beta1
Add documentation structure and comment blocks containing \qmltype, \qmlproperty, etc. commands for Qt3D QML module. The actual documentation (descriptions) are still missing, but this allows the QML type documentation to be generated. Change-Id: Id0e1afc89c13d963c950c142a3407aa70702562f Reviewed-by: Paul Lemire <paul.lemire@kdab.com>
Diffstat (limited to 'src/core/nodes/qcomponent.cpp')
-rw-r--r--src/core/nodes/qcomponent.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/nodes/qcomponent.cpp b/src/core/nodes/qcomponent.cpp
index 7cd68dc73..52fa77905 100644
--- a/src/core/nodes/qcomponent.cpp
+++ b/src/core/nodes/qcomponent.cpp
@@ -195,4 +195,20 @@ QComponent::QComponent(QComponentPrivate &dd, QNode *parent)
} // namespace Qt3D
+/*!
+ \qmltype Component3D
+ \instantiates Qt3D::QComponent
+ \inqmlmodule Qt3D
+ \inherits Node
+ \since 5.5
+*/
+
+/*!
+ \qmlproperty bool Qt3D::Component3D::shareable
+*/
+
+/*!
+ \qmlproperty bool Qt3D::Component3D::enabled
+*/
+
QT_END_NAMESPACE