From 90074a0175ecaef2d9d35e55d9a9f8ad3e992ae6 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Tue, 30 Apr 2013 17:24:59 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I77df67660f80297326cadaa22b50c0569447b97e --- inc/FNetNfcITagConnectionListener.h | 2 +- inc/FNetNfcNdefPushManager.h | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/inc/FNetNfcITagConnectionListener.h b/inc/FNetNfcITagConnectionListener.h index 29935f0..930942f 100644 --- a/inc/FNetNfcITagConnectionListener.h +++ b/inc/FNetNfcITagConnectionListener.h @@ -72,8 +72,8 @@ public: * The target tag is locked or protected for executing the command. * @exception E_NOT_RESPONDING The target tag is not responding. * @exception E_SYSTEM A system error has occurred. - * @see TagConnection::SendCommand() * @remarks The input response (@c pResponse) must be deleted by the application to prevent memory leak. + * @see TagConnection::SendCommand() */ virtual void OnNfcResponseReceivedN(Tizen::Base::ByteBuffer* pResponse, result r) = 0; diff --git a/inc/FNetNfcNdefPushManager.h b/inc/FNetNfcNdefPushManager.h index 8a8f8e7..c36620e 100755 --- a/inc/FNetNfcNdefPushManager.h +++ b/inc/FNetNfcNdefPushManager.h @@ -234,10 +234,10 @@ public: * * Application Filtering. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @see - * The NFC Reserved Push guide * @remarks Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * @see + * The NFC Reserved Push guide */ result ActivateReservedPush(void); @@ -262,10 +262,10 @@ public: * * Application Filtering. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @see - * The NFC Reserved Push guide * @remarks Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * @see + * The NFC Reserved Push guide */ result DeactivateReservedPush(void); @@ -339,12 +339,12 @@ public: * * Application Filtering. * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @see - * The NFC Reserved Push guide * @remarks * - The specific error code can be accessed using the GetLastResult() method. * - Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * @see + * The NFC Reserved Push guide */ Tizen::App::PackageId GetPickedReservedPushMessage(void) const; @@ -374,8 +374,6 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_USER_NOT_CONSENTED The user blocks an application from calling this method. @b Since: @b 2.1 * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @see - * The NFC Reserved Push guide * @remarks * - An application can register only one NDEF message. So the previously registered message will be * replaced by the new one. @@ -383,6 +381,8 @@ public: * application. * - Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * @see + * The NFC Reserved Push guide */ static result RegisterNdefPushMessage(const NdefMessage& message, const Tizen::Base::String& description); @@ -404,10 +404,10 @@ public: * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_USER_NOT_CONSENTED The user blocks an application from calling this method. @b Since: @b 2.1 * @exception E_SYSTEM The method cannot proceed due to a severe system error. - * @see - * The NFC Reserved Push guide * @remarks Before calling this method, check whether the feature is supported by * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). + * @see + * The NFC Reserved Push guide */ static result UnregisterNdefPushMessage(void); -- 2.7.4