summaryrefslogtreecommitdiffstats
path: root/src/core/aspects/qaspectmanager.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-02-08 15:40:03 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2018-02-16 11:34:41 +0000
commit51dca6514593978beb28afa1c9f99ccd9a5c212c (patch)
tree7345e172f91eabc902266c1863d670f9d30b2cfc /src/core/aspects/qaspectmanager.cpp
parentb5dc950424f601928f0e6032b1fd728e69f9fa98 (diff)
Doc: Fix documentation warnings for Qt 3D Core
This change fixes multiple QDoc warnings for Qt 3D Core that are related to how Clang parses the source code and the \fn QDoc commands. We still have a number of 'No documentation for ...' warnings left - those are not addressed in this change. Change-Id: Ia6394f453d7bd959bc4d4cc9347ac0039b80f661 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/core/aspects/qaspectmanager.cpp')
-rw-r--r--src/core/aspects/qaspectmanager.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/aspects/qaspectmanager.cpp b/src/core/aspects/qaspectmanager.cpp
index e2f0d9383..375a4ed83 100644
--- a/src/core/aspects/qaspectmanager.cpp
+++ b/src/core/aspects/qaspectmanager.cpp
@@ -198,6 +198,8 @@ void QAspectManager::setRootEntity(Qt3DCore::QEntity *root, const QVector<Qt3DCo
}
/*!
+ * \fn void Qt3DCore::QAspectManager::registerAspect(Qt3DCore::QAbstractAspect *aspect)
+ *
* Registers a new \a aspect.
*/
void QAspectManager::registerAspect(QAbstractAspect *aspect)