summaryrefslogtreecommitdiffstats
path: root/src/input/frontend/qmousehandler.cpp
diff options
context:
space:
mode:
authorTopi Reinio <topi.reinio@qt.io>2018-04-20 10:26:56 +0200
committerTopi Reiniƶ <topi.reinio@qt.io>2018-04-20 10:17:18 +0000
commitdcda92d3094f35c50c3665059df1b237bf4904b8 (patch)
tree67d674255dc29cc237f49f6b0d1940679e71d077 /src/input/frontend/qmousehandler.cpp
parentbb09fa7b64b288a68edc61c52ea8467f96eb3924 (diff)
Doc: Fix documentation warnings related to Clang QDoc parser
Since Qt 5.11, QDoc uses Clang to parse C++ documentation. Clang requires a module header, as well as proper include paths, to build a precompiled header and process the sources. To do this, add a custom module header that pulls in all Qt 3D modules - this way, we can continue using a single documentation project to covers all of Qt 3D. Fix all documentation warnings are caused by missing namespaces, QML module/type names and typos, as well as a number of linking problems and other minor issues. After this change, the remaining documentation issues consist of 'No documentation for ...' warnings. Task-number: QTBUG-67790 Change-Id: I38b91163c475a00cc1893e793240470c5409eb57 Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/input/frontend/qmousehandler.cpp')
-rw-r--r--src/input/frontend/qmousehandler.cpp22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/input/frontend/qmousehandler.cpp b/src/input/frontend/qmousehandler.cpp
index 895cbc49a..5d75f82d4 100644
--- a/src/input/frontend/qmousehandler.cpp
+++ b/src/input/frontend/qmousehandler.cpp
@@ -202,57 +202,57 @@ void QMouseHandlerPrivate::mouseEvent(const QMouseEventPtr &event)
*/
/*!
- \fn QMouseHandler::clicked(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::clicked(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when a mouse button is clicked with the event details
being contained within \a mouse
*/
/*!
- \fn QMouseHandler::doubleClicked(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::doubleClicked(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when a mouse button is double clicked with the event
details being contained within \a mouse
*/
/*!
- \fn QMouseHandler::entered()
+ \fn Qt3DInput::QMouseHandler::entered()
*/
/*!
- \fn QMouseHandler::exited()
+ \fn Qt3DInput::QMouseHandler::exited()
*/
/*!
- \fn QMouseHandler::pressed(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::pressed(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when a mouse button is pressed with the event details
being contained within \a mouse
*/
/*!
- \fn QMouseHandler::released(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::released(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when a mouse button is released with the event
details being contained within \a mouse
*/
/*!
- \fn QMouseHandler::pressAndHold(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::pressAndHold(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when a mouse button is pressed and held down with the
event details being contained within \a mouse
*/
/*!
- \fn QMouseHandler::positionChanged(Qt3DInput::QMouseEvent *mouse)
+ \fn Qt3DInput::QMouseHandler::positionChanged(Qt3DInput::QMouseEvent *mouse)
This signal is emitted when the mouse position changes with the event
details being contained within \a mouse
*/
/*!
- \fn QMouseHandler::wheel(Qt3DInput::QWheelEvent *wheel)
+ \fn Qt3DInput::QMouseHandler::wheel(Qt3DInput::QWheelEvent *wheel)
This signal is emitted when the mouse wheel is used with the event details
being contained within \a wheel
@@ -300,7 +300,7 @@ void QMouseHandler::setSourceDevice(QMouseDevice *mouseDevice)
}
/*!
- * \property QMouseHandler::sourceDevice
+ * \property Qt3DInput::QMouseHandler::sourceDevice
*
* Holds the current mouse source device of the QMouseHandler instance.
*/
@@ -311,7 +311,7 @@ QMouseDevice *QMouseHandler::sourceDevice() const
}
/*!
- * \property QMouseHandler::containsMouse
+ * \property Qt3DInput::QMouseHandler::containsMouse
*
* Holds \c true if the QMouseHandler currently contains the mouse.
*