From 8bdf2973b06a44534ae6b7acfe14709cf6c06176 Mon Sep 17 00:00:00 2001 From: Joonho Cho Date: Wed, 3 Apr 2013 14:44:12 +0900 Subject: [PATCH] modify API doxygen (to use the remark tag correctly) Change-Id: Ic05f2f7fe83d56f5d530e2a08abc21e447c31ccf Signed-off-by: Joonho Cho --- inc/FNetNfcNdefPushManager.h | 6 ++++-- inc/FNetNfcNfcManager.h | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/inc/FNetNfcNdefPushManager.h b/inc/FNetNfcNdefPushManager.h index 8c52166..9de0e7e 100755 --- a/inc/FNetNfcNdefPushManager.h +++ b/inc/FNetNfcNdefPushManager.h @@ -231,7 +231,8 @@ public: * @exception E_SYSTEM The method cannot proceed due to a severe system error. * @see * The NFC Reserved Push guide - * @remarks - The only one message can be selected to push. So the previously selected message will be replaced + * @remarks + * - The only one message can be selected to push. So the previously selected message will be replaced * by the new one. * - Before calling this method, check whether the feature is supported by * %Tizen::System::SystemInfo::GetValue() methods. @@ -256,7 +257,8 @@ public: * @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. + * @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() methods. */ diff --git a/inc/FNetNfcNfcManager.h b/inc/FNetNfcNfcManager.h index 2060d9a..2d80220 100755 --- a/inc/FNetNfcNfcManager.h +++ b/inc/FNetNfcNfcManager.h @@ -338,7 +338,8 @@ public: * @exception E_OBJ_ALREADY_EXIST The listener with the specified type is already added. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. - * @remarks - This method can be invoked several times with different NdefRecordType values for the same + * @remarks + * - This method can be invoked several times with different NdefRecordType values for the same * listener instance. In this case, the listener is called if the record type in the detected NDEF * records matches with one of the registered types. * - In case of the MIME %Media type as Type Name Format (TNF), asterisks can be used in the type name @@ -469,7 +470,8 @@ public: * Application Filtering. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. * @exception E_SYSTEM A system error has occurred. - * @remarks - Note that this method is used to enable or disable the launch pop-up when the application is in + * @remarks + * - Note that this method is used to enable or disable the launch pop-up when the application is in * the foreground. Although the application disables the launch pop-up by invoking this method, it * is automatically enabled when the application goes to the background. The launch pop-up is * enabled by default. -- 2.7.4