From 940737ffe73114d2983d69f1e1e1a518c4abb2ab Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Thu, 1 Mar 2012 15:52:01 +0100 Subject: 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 --- src/nfc/qnearfieldmanager.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/nfc/qnearfieldmanager.cpp') 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) -- cgit v1.2.3