summaryrefslogtreecommitdiffstats
path: root/src/core/nodes
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-11-07 10:29:11 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2018-11-07 12:50:21 +0000
commitd682d612ec2ae75f12cde2525a0cacee798b2b49 (patch)
tree6ca6fcfbf32e87830327afe04368eb601f9f8738 /src/core/nodes
parent325db3b1dabb8508e5c1b4f22d61399e3439f3df (diff)
Doc: Fix various documentation warnings
Change-Id: I3eecd06bba9438b5aa472f3ba7ecaecdeda985e2 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/core/nodes')
-rw-r--r--src/core/nodes/qcomponent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nodes/qcomponent.cpp b/src/core/nodes/qcomponent.cpp
index e678880e8..5ca49ff30 100644
--- a/src/core/nodes/qcomponent.cpp
+++ b/src/core/nodes/qcomponent.cpp
@@ -112,7 +112,7 @@ void QComponentPrivate::removeEntity(QEntity *entity)
*/
/*!
- \fn Qt3DCore::QComponent::addedToEntity(Qt3DCore::QEntity *entity)'
+ \fn Qt3DCore::QComponent::addedToEntity(Qt3DCore::QEntity *entity)
Indicates that a reference has been added to \a entity.
*/