summaryrefslogtreecommitdiffstats
path: root/src/render/picking/qobjectpicker.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-02-09 14:51:27 +0100
committerTopi Reiniƶ <topi.reinio@qt.io>2018-02-28 12:41:20 +0000
commiteedad5e4737072b99b112a51e08b35b4038dbf95 (patch)
tree0520440645386c0c9bea5e80b428f466aea8fd0b /src/render/picking/qobjectpicker.cpp
parent9f7e98db85bdd57350104eeb417233a55b4f1129 (diff)
Doc: Fix documentation warnings for Qt 3D Render
This change fixes multiple QDoc warnings for Qt 3D Render that are related to how Clang parses the source code and the \fn QDoc commands. A number of changes are related to preventing documentation for private classes from generating warnings. We still have a number of 'No documentation for ...' warnings left - those are not addressed in this change. Change-Id: Ic92a729496a81e7869060811ed7dd23408cff833 Reviewed-by: Martin Smith <martin.smith@qt.io>
Diffstat (limited to 'src/render/picking/qobjectpicker.cpp')
-rw-r--r--src/render/picking/qobjectpicker.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/picking/qobjectpicker.cpp b/src/render/picking/qobjectpicker.cpp
index 77d319676..69fa65f3e 100644
--- a/src/render/picking/qobjectpicker.cpp
+++ b/src/render/picking/qobjectpicker.cpp
@@ -167,7 +167,7 @@ namespace Qt3DRender {
*/
/*!
- \fn QObjectPicker::clicked(Qt3DRender::QPickEvent *pick)
+ \fn Qt3DRender::QObjectPicker::clicked(Qt3DRender::QPickEvent *pick)
This signal is emitted when the bounding volume defined by the pickAttribute
property intersects with a ray on a mouse click the QPickEvent \a pick contains
@@ -175,21 +175,21 @@ namespace Qt3DRender {
*/
/*!
- \fn QObjectPicker::entered()
+ \fn Qt3DRender::QObjectPicker::entered()
This signal is emitted when the bounding volume defined by the pickAttribute
property intersects with a ray on the mouse entering the volume.
*/
/*!
- \fn QObjectPicker::exited()
+ \fn Qt3DRender::QObjectPicker::exited()
This signal is emitted when the bounding volume defined by the pickAttribute
property intersects with a ray on the ray exiting the volume.
*/
/*!
- \fn QObjectPicker::moved(Qt3DRender::QPickEvent *pick)
+ \fn Qt3DRender::QObjectPicker::moved(Qt3DRender::QPickEvent *pick)
This signal is emitted when the bounding volume defined by the
pickAttribute property intersects with a ray on a mouse move with a button
@@ -197,7 +197,7 @@ namespace Qt3DRender {
*/
/*!
- \fn QObjectPicker::pressed(Qt3DRender::QPickEvent *pick)
+ \fn Qt3DRender::QObjectPicker::pressed(Qt3DRender::QPickEvent *pick)
This signal is emitted when the bounding volume defined by the
pickAttribute property intersects with a ray on a mouse press the
@@ -205,7 +205,7 @@ namespace Qt3DRender {
*/
/*!
- \fn QObjectPicker::released(Qt3DRender::QPickEvent *pick)
+ \fn Qt3DRender::QObjectPicker::released(Qt3DRender::QPickEvent *pick)
This signal is emitted when the bounding volume defined by the
pickAttribute property intersects with a ray on a mouse release the