summaryrefslogtreecommitdiffstats
path: root/src/core/nodes/qcomponent.cpp
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2015-02-06 14:17:50 +0100
committerNico Vertriest <nico.vertriest@digia.com>2015-03-11 13:52:10 +0000
commit462dd4fa9dc03a65f5c680f6eae2db623d2fe19e (patch)
tree7817ca7391dffcd3011579973d2ae9b0abfc7cef /src/core/nodes/qcomponent.cpp
parentcb7753f3ffa85eed0fbd98cb2e4f0e453c595d6d (diff)
Doc: link and qdoc errors Qt3D
Task-number: QTBUG-44180 Change-Id: Ic798dee5d33dbf18dbc9d978a0f07217895a30ee Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com> Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/core/nodes/qcomponent.cpp')
-rw-r--r--src/core/nodes/qcomponent.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/nodes/qcomponent.cpp b/src/core/nodes/qcomponent.cpp
index e684bdb10..da4b38799 100644
--- a/src/core/nodes/qcomponent.cpp
+++ b/src/core/nodes/qcomponent.cpp
@@ -100,7 +100,7 @@ QComponent::~QComponent()
}
/*!
- \return whether the QComponent is shareable across entities or not.
+ Returns whether the QComponent is shareable across entities or not.
*/
bool QComponent::shareable() const
{
@@ -109,7 +109,7 @@ bool QComponent::shareable() const
}
/*!
- \returns whether the QComponent is enabled or not.
+ Returns whether the QComponent is enabled or not.
*/
bool QComponent::isEnabled() const
{
@@ -155,7 +155,7 @@ void QComponent::copy(const QNode *ref)
}
/*!
- * \return a QVector containing all the entities that reference this component.
+ * Returns a QVector containing all the entities that reference this component.
*/
QVector<QEntity *> QComponent::entities() const
{