summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2013-10-11 15:37:12 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-14 11:03:05 +0200
commitf4474f93b9e0a7df48e94f3fec34a0de64b482bd (patch)
tree1b33f0e4aa3611508e9000a3196765b80cf8c34e
parentcd9bbb44957fad833960a764d712d42456857aba (diff)
Use recommended way of using \brief statements in QML Types.
Change-Id: Id8f57b69dcb80056b53bfee538a2f65c9662bb55 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com> Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp2
-rw-r--r--src/imports/bluetooth/qdeclarativebluetoothsocket.cpp2
-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
8 files changed, 8 insertions, 8 deletions
diff --git a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
index 8fc93e48..67b71902 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothdiscoverymodel.cpp
@@ -54,7 +54,7 @@
\instantiates QDeclarativeBluetoothDiscoveryModel
\inqmlmodule QtBluetooth
\since 5.2
- \brief Enables you to search for the Bluetooth devices and services in
+ \brief Enables searching for the Bluetooth devices and services in
range.
BluetoothDiscoveryModel provides a model of connectable services. The
diff --git a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
index ea9d9e6e..d71e5dd6 100644
--- a/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
+++ b/src/imports/bluetooth/qdeclarativebluetoothsocket.cpp
@@ -56,7 +56,7 @@
\instantiates QDeclarativeBluetoothSocket
\inqmlmodule QtBluetooth
\since 5.2
- \brief Enables you to connect and communicate with a Bluetooth service or
+ \brief Enables connecting and communicating with a Bluetooth service or
device.
\sa QBluetoothSocket
diff --git a/src/imports/nfc/qdeclarativendeffilter.cpp b/src/imports/nfc/qdeclarativendeffilter.cpp
index 37a19c45..5d1dd43f 100644
--- a/src/imports/nfc/qdeclarativendeffilter.cpp
+++ b/src/imports/nfc/qdeclarativendeffilter.cpp
@@ -45,7 +45,7 @@
\qmltype NdefFilter
\instantiates QDeclarativeNdefFilter
\since 5.2
- \brief The NdefFilter type represents a filtering constraint for NDEF message records.
+ \brief Represents a filtering constraint for NDEF message records.
\ingroup nfc-qml
\inqmlmodule QtNfc
diff --git a/src/imports/nfc/qdeclarativendefmimerecord.cpp b/src/imports/nfc/qdeclarativendefmimerecord.cpp
index 086cd8c2..3141c94f 100644
--- a/src/imports/nfc/qdeclarativendefmimerecord.cpp
+++ b/src/imports/nfc/qdeclarativendefmimerecord.cpp
@@ -44,7 +44,7 @@
/*!
\qmltype NdefMimeRecord
\since 5.2
- \brief The NdefMimeRecord type represents an NFC MIME record.
+ \brief Represents an NFC MIME record.
\ingroup connectivity-nfc
\inqmlmodule QtNfc
diff --git a/src/imports/nfc/qdeclarativendeftextrecord.cpp b/src/imports/nfc/qdeclarativendeftextrecord.cpp
index a163fc6b..bd63aa2b 100644
--- a/src/imports/nfc/qdeclarativendeftextrecord.cpp
+++ b/src/imports/nfc/qdeclarativendeftextrecord.cpp
@@ -46,7 +46,7 @@
/*!
\qmltype NdefTextRecord
\since 5.2
- \brief The NdefTextRecord type represents an NFC RTD-Text NDEF record.
+ \brief Represents an NFC RTD-Text NDEF record.
\ingroup nfc-qml
\inqmlmodule QtNfc
diff --git a/src/imports/nfc/qdeclarativendefurirecord.cpp b/src/imports/nfc/qdeclarativendefurirecord.cpp
index 85463cd7..a1f4824f 100644
--- a/src/imports/nfc/qdeclarativendefurirecord.cpp
+++ b/src/imports/nfc/qdeclarativendefurirecord.cpp
@@ -46,7 +46,7 @@
/*!
\qmltype NdefUriRecord
\since 5.2
- \brief The NdefUriRecord type represents an NFC RTD-URI NDEF record.
+ \brief Represents an NFC RTD-URI NDEF record.
\ingroup nfc-qml
\inqmlmodule QtNfc
diff --git a/src/imports/nfc/qdeclarativenearfield.cpp b/src/imports/nfc/qdeclarativenearfield.cpp
index 4f026775..673c9a0d 100644
--- a/src/imports/nfc/qdeclarativenearfield.cpp
+++ b/src/imports/nfc/qdeclarativenearfield.cpp
@@ -53,7 +53,7 @@
\qmltype NearField
\instantiates QDeclarativeNearField
\since 5.2
- \brief The NearField type provides access to NDEF messages stored on NFC Forum tags.
+ \brief Provides access to NDEF messages stored on NFC Forum tags.
\ingroup nfc-qml
\inqmlmodule QtNfc
diff --git a/src/imports/nfc/qdeclarativenearfieldsocket.cpp b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
index 4e2019e9..062970b7 100644
--- a/src/imports/nfc/qdeclarativenearfieldsocket.cpp
+++ b/src/imports/nfc/qdeclarativenearfieldsocket.cpp
@@ -47,7 +47,7 @@
\qmltype NearFieldSocket
\instantiates QDeclarativeNearFieldSocket
\since 5.2
- \brief The NearFieldSocket type represents an LLCP socket.
+ \brief Represents an LLCP socket.
\ingroup nfc-qml
\inqmlmodule QtNfc