From 76b39dd90f613f340066cc5a4ceed65ff778bdd4 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Tue, 3 Mar 2020 14:50:27 +0100 Subject: Doc: Fix incorrect use of \default QDoc command The command, despite its name, does not document a default value of a property or a parameter. Instead, it's specific to QML properties, marking a property as a default QML property. Replace incorrect use of the command with descriptions of default values. Fixes: QTBUG-82645 Change-Id: I5b457062ffe2e8d81c358119e6bebc11b0063090 Reviewed-by: Paul Wicking --- src/input/frontend/qmousedevice.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/input') diff --git a/src/input/frontend/qmousedevice.cpp b/src/input/frontend/qmousedevice.cpp index d74ea0353..bc783fbfa 100644 --- a/src/input/frontend/qmousedevice.cpp +++ b/src/input/frontend/qmousedevice.cpp @@ -110,23 +110,23 @@ QMouseDevicePrivate::QMouseDevicePrivate() /*! \property Qt3DInput::QMouseDevice::updateAxesContinuously - If true, axes will be updated anytime they change regardless of whether + If \c true, axes will be updated anytime they change regardless of whether any mouse button is being pressed. Otherwise, axes are updated only when one of the mouse buttons is being pressed. + The default value is \c false. \since 5.15 - \default false */ /*! \qmlproperty bool MouseDevice::updateAxesContinuously - If true, axes will be updated anytime they change regardless of whether + If \c true, axes will be updated anytime they change regardless of whether any mouse button is being pressed. Otherwise, axes are updated only when one of the mouse buttons is being pressed. + The default value is \c false. \since 5.15 - \default false */ /*! -- cgit v1.2.3