summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectengine.cpp
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-04-26 14:03:09 +0200
committerJani Heikkinen <jani.heikkinen@qt.io>2018-11-06 15:17:00 +0000
commitb212e7a540ee3988964eb3612ad96c6687561cbc (patch)
treec13a0fe1d5d0c62292429c4667ea1c76fc8a1d1d /src/core/aspects/qaspectengine.cpp
parent6a764d2164a64d490d63775111321d4d6bda7377 (diff)
Doc: Add QT3D_REGISTER_ASPECT macro documentation
Also remove two '*' that ended up in the generated docs. Task-number: QTBUG-65413 Change-Id: Ia0870405f73166dbb73ee09e34e7625c51486b41 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/core/aspects/qaspectengine.cpp')
-rw-r--r--src/core/aspects/qaspectengine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/aspects/qaspectengine.cpp b/src/core/aspects/qaspectengine.cpp
index b7a8c84b1..3f219597e 100644
--- a/src/core/aspects/qaspectengine.cpp
+++ b/src/core/aspects/qaspectengine.cpp
@@ -274,8 +274,8 @@ void QAspectEnginePrivate::exitSimulationLoop()
}
/*!
- * Registers a new \a aspect to the AspectManager. The QAspectEngine takes
- * ownership of the aspect and will delete it when the aspect is unregistered.
+ Registers a new \a aspect to the AspectManager. The QAspectEngine takes
+ ownership of the aspect and will delete it when the aspect is unregistered.
//! Called in the main thread
*/
void QAspectEngine::registerAspect(QAbstractAspect *aspect)