summaryrefslogtreecommitdiffstats
path: root/src/imports/nfc
diff options
context:
space:
mode:
authorAaron McCarthy <mccarthy.aaron@gmail.com>2012-10-08 22:43:52 +1000
committerAaron McCarthy <mccarthy.aaron@gmail.com>2013-01-30 12:23:50 +0100
commita9609faf443103756a06bce434ad600e7104c1aa (patch)
treeaffff43425379927bf5eb9357e6ac8d4aefa3624 /src/imports/nfc
parent318e889fd4c61336d658f419fb686bde3c3d06e3 (diff)
Modularise documentation.
Qt Bluetooth documentation had been modularised but it was still building using the old version. Use the qtbluetooth.qdocconf instead. Modularise the Qt NFC Documentation. Change-Id: Idea1631645bf21750254eddc1c41a4f819ac5156 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/imports/nfc')
-rw-r--r--src/imports/nfc/qdeclarativendeffilter.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendefmimerecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendeftextrecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativendefurirecord.cpp2
-rw-r--r--src/imports/nfc/qdeclarativenearfield.cpp2
-rw-r--r--src/imports/nfc/qdeclarativenearfieldsocket.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/imports/nfc/qdeclarativendeffilter.cpp b/src/imports/nfc/qdeclarativendeffilter.cpp
index ff21d76a..fe526e07 100644
--- a/src/imports/nfc/qdeclarativendeffilter.cpp
+++ b/src/imports/nfc/qdeclarativendeffilter.cpp
@@ -47,7 +47,7 @@
\brief The NdefFilter type represents a filtering constraint for NDEF message records.
\ingroup nfc-qml
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\sa NearField
\sa QNdefFilter
diff --git a/src/imports/nfc/qdeclarativendefmimerecord.cpp b/src/imports/nfc/qdeclarativendefmimerecord.cpp
index d73b1526..79813375 100644
--- a/src/imports/nfc/qdeclarativendefmimerecord.cpp
+++ b/src/imports/nfc/qdeclarativendefmimerecord.cpp
@@ -47,7 +47,7 @@
\brief The NdefMimeRecord type represents an NFC MIME record.
\ingroup connectivity-nfc
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativendeftextrecord.cpp b/src/imports/nfc/qdeclarativendeftextrecord.cpp
index 3cc0d5fb..0fa73c0f 100644
--- a/src/imports/nfc/qdeclarativendeftextrecord.cpp
+++ b/src/imports/nfc/qdeclarativendeftextrecord.cpp
@@ -49,7 +49,7 @@
\brief The NdefTextRecord type represents an NFC RTD-Text NDEF record.
\ingroup nfc-qml
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativendefurirecord.cpp b/src/imports/nfc/qdeclarativendefurirecord.cpp
index f2af4b0e..b7c4f211 100644
--- a/src/imports/nfc/qdeclarativendefurirecord.cpp
+++ b/src/imports/nfc/qdeclarativendefurirecord.cpp
@@ -49,7 +49,7 @@
\brief The NdefUriRecord type represents an NFC RTD-URI NDEF record.
\ingroup nfc-qml
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\inherits NdefRecord
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 6c9577a4..8e42487f 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -55,7 +55,7 @@
\brief The NearField type provides access to NDEF messages stored on NFC Forum tags.
\ingroup nfc-qml
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\sa NdefFilter
\sa NdefRecord
diff --git a/src/imports/nfc/qdeclarativenearfieldsocket.cpp b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
index 8dc9a65c..b7dcaf2a 100644
--- a/src/imports/nfc/qdeclarativenearfieldsocket.cpp
+++ b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
@@ -49,7 +49,7 @@
\brief The NearFieldSocket type represents an LLCP socket.
\ingroup nfc-qml
- \inmodule QtNfc
+ \inqmlmodule QtNfc 5.0
\sa QLlcpSocket
\sa QLlcpServer