summaryrefslogtreecommitdiffstats
path: root/src/core/aspects
diff options
context:
space:
mode:
authorColin Ogilvie <colin.ogilvie@kdab.com>2016-05-26 16:46:28 +0100
committerJani Heikkinen <jani.heikkinen@qt.io>2016-06-03 06:28:40 +0000
commitf55baa3a1c1b768f5010ebecda5589b3885ced27 (patch)
tree56ea4be4b8c87c9ac0d034a1d280b7eff8d344ab /src/core/aspects
parentd2ab8f2d4c24bf44218ec1e4b5fb34f548b000eb (diff)
Doc for core module
Task-number: QTBUG-46037 Change-Id: I187794f67a61e3e626e7992b0cfe211811823466 Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/core/aspects')
-rw-r--r--src/core/aspects/qaspectengine.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/aspects/qaspectengine.cpp b/src/core/aspects/qaspectengine.cpp
index b94c53fc0..539806a4a 100644
--- a/src/core/aspects/qaspectengine.cpp
+++ b/src/core/aspects/qaspectengine.cpp
@@ -122,8 +122,7 @@ void QAspectEnginePrivate::generateCreationChanges(QNode *root)
* \class Qt3DCore::QAspectEngine
* \inherits QObject
* \inmodule Qt3DCore
- *
- * TODO
+ * \brief Responsible for handling all the QAbstractAspect subclasses that have been registered with the scene.
*/
/*!