From 355f09eccc5ceba421e8c522e04cb7be72fa0a75 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Sat, 9 Nov 2019 01:16:37 +0100 Subject: Doc: Fix documentation warnings Add a \class command for QNearFieldTarget::RequestId whose members were already documented. Remove QDoc comment marker for QBluetoothDeviceInfo::serviceUuids() overload as its declaration in the header file is omitted by a QT_DEPRECATED_SINCE macro. Fix linking issues and missing parameter documentation. Fixes: QTBUG-79814 Change-Id: I9804fcbd559f1924a2a7b16fdbdfb23398605eaa Reviewed-by: Paul Wicking --- src/bluetooth/qbluetoothdeviceinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bluetooth/qbluetoothdeviceinfo.cpp') diff --git a/src/bluetooth/qbluetoothdeviceinfo.cpp b/src/bluetooth/qbluetoothdeviceinfo.cpp index 443902dc..a5bc7b81 100644 --- a/src/bluetooth/qbluetoothdeviceinfo.cpp +++ b/src/bluetooth/qbluetoothdeviceinfo.cpp @@ -611,7 +611,7 @@ QList QBluetoothDeviceInfo::serviceUuids(DataCompleteness *compl #else -/*! +/* Returns the list of service UUIDS supported by the device. Most commonly this list of uuids represents custom uuids or a uuid value specified by \l QBluetoothUuid::ServiceClassUuid. -- cgit v1.2.3