summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Doherty <andrew.odoherty@qt.io>2018-03-05 15:41:35 +0100
committerAndrew O'Doherty <andrew.odoherty@qt.io>2018-03-06 13:33:53 +0000
commit1409087076f86e53f51ad165fcc4f5f8758df0a0 (patch)
treeb561ffedfe4336ed3c06aac0ffef69e516d519f1
parentbeaca75d17de2c1b0cfe1c70a1f3d37a3f8ac669 (diff)
Revamp Qt NFC examples: Fix qdoc Warning
qdeclarativendeffilter.cpp:78: (qdoc) warning: Multiple topic commands found in comment: \qmlproperty and \enum. Task-number: QTBUG-60644 Change-Id: I57418d83a74234da6a64fa1b88a65dea1a4a5f2f Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
-rw-r--r--src/imports/nfc/qdeclarativendeffilter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imports/nfc/qdeclarativendeffilter.cpp b/src/imports/nfc/qdeclarativendeffilter.cpp
index 010be47f..6cbda747 100644
--- a/src/imports/nfc/qdeclarativendeffilter.cpp
+++ b/src/imports/nfc/qdeclarativendeffilter.cpp
@@ -78,7 +78,7 @@
/*!
\qmlproperty QQmlNdefRecord::TypeNameFormat NdefFilter::typeNameFormat
- This property holds the NDEF record name format type \enum QQmlNdefRecord::TypeNameFormat.
+ This property holds the NDEF record name format type \l QQmlNdefRecord::TypeNameFormat.
*/
/*!