summaryrefslogtreecommitdiffstats
path: root/src/nfc/qnearfieldmanager.cpp
diff options
context:
space:
mode:
authorCasper van Donderen <casper.vandonderen@nokia.com>2012-03-01 15:52:01 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-06 00:46:19 +0100
commit940737ffe73114d2983d69f1e1e1a518c4abb2ab (patch)
tree60abc9f6fc31bdf2f199f269a6fe1409f6c90d4e /src/nfc/qnearfieldmanager.cpp
parent5e8cec811c586854a828b23e15885a1ebfed8bcc (diff)
Remove the usage of deprecated qdoc macros.
QDoc now has support for Doxygen style commands for italics, bold and list items. This change applies that change in QDoc to the actual documentation. Task-number: QTBUG-24578 Change-Id: I40e6d40c8ca9b5e7b98a16aab3fac57ec84be63d Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src/nfc/qnearfieldmanager.cpp')
-rw-r--r--src/nfc/qnearfieldmanager.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/nfc/qnearfieldmanager.cpp b/src/nfc/qnearfieldmanager.cpp
index e08d0ff4..830c4ca5 100644
--- a/src/nfc/qnearfieldmanager.cpp
+++ b/src/nfc/qnearfieldmanager.cpp
@@ -330,8 +330,8 @@ static QMetaMethod methodForSignature(QObject *object, const char *method)
Returns an identifier, which can be used to unregister the handler, on success; otherwise
returns -1.
- \note The \i target parameter of \a method may not be available on all platforms, in which case
- \i target will be 0.
+ \note The \e target parameter of \a method may not be available on all platforms, in which case
+ \e target will be 0.
*/
int QNearFieldManager::registerNdefMessageHandler(QNdefRecord::TypeNameFormat typeNameFormat,
@@ -365,8 +365,8 @@ int QNearFieldManager::registerNdefMessageHandler(QNdefRecord::TypeNameFormat ty
NDEF message matching a pre-registered message format is received. See the section on
\l {Automatically launching NDEF message handlers}.
- \note The \i target parameter of \a method may not be available on all platforms, in which case
- \i target will be 0.
+ \note The \e target parameter of \a method may not be available on all platforms, in which case
+ \e target will be 0.
*/
int QNearFieldManager::registerNdefMessageHandler(QObject *object, const char *method)
{
@@ -387,8 +387,8 @@ int QNearFieldManager::registerNdefMessageHandler(QObject *object, const char *m
Returns an identifier, which can be used to unregister the handler, on success; otherwise
returns -1.
- \note The \i target parameter of \a method may not be available on all platforms, in which case
- \i target will be 0.
+ \note The \e target parameter of \a method may not be available on all platforms, in which case
+ \e target will be 0.
*/
int QNearFieldManager::registerNdefMessageHandler(const QNdefFilter &filter,
QObject *object, const char *method)