From f11ad085133aa43f3ea390e7b7b4a596d9ec3ae8 Mon Sep 17 00:00:00 2001 From: Alex Blasche Date: Tue, 13 Jun 2017 09:58:39 +0200 Subject: Remove last qdoc warning from qtconnectivity src/bluetooth/android/devicediscoverybroadcastreceiver.cpp:240: warning: Cannot tie this documentation to anything [I found a /*! ... */ comment, but there was no topic command (e.g., '\fn', '\page') in the comment and no function definition following the comment.] The file referenced in the warning does not contribute to the QtBluetooth documentation. The patch removes qdoc annotation from the file. Change-Id: Ie5699d79a12e5fc1851a924adbf50ebcb5059454 Reviewed-by: Timur Pocheptsov --- src/bluetooth/android/devicediscoverybroadcastreceiver.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp b/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp index 9c9c0409..5acf761d 100644 --- a/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp +++ b/src/bluetooth/android/devicediscoverybroadcastreceiver.cpp @@ -237,7 +237,7 @@ static const MinorClassJavaToQtMapping minorMappings[] = { { Q_NULLPTR, 0 }, // index 64 & separator }; -/*! Advertising Data Type (AD type) for LE scan records, as defined in Bluetooth CSS v6. */ +/* Advertising Data Type (AD type) for LE scan records, as defined in Bluetooth CSS v6. */ enum ADType { ADType16BitUuidIncomplete = 0x02, ADType16BitUuidComplete = 0x03, -- cgit v1.2.3