modify API doxygen (to use the remark tag correctly)
authorJoonho Cho <jh03.cho@samsung.com>
Wed, 3 Apr 2013 05:44:12 +0000 (14:44 +0900)
committerJoonho Cho <jh03.cho@samsung.com>
Wed, 3 Apr 2013 05:44:12 +0000 (14:44 +0900)
Change-Id: Ic05f2f7fe83d56f5d530e2a08abc21e447c31ccf
Signed-off-by: Joonho Cho <jh03.cho@samsung.com>
inc/FNetNfcNdefPushManager.h
inc/FNetNfcNfcManager.h

index 8c52166..9de0e7e 100755 (executable)
@@ -231,7 +231,8 @@ public:
         * @exception   E_SYSTEM                The method cannot proceed due to a severe system error.
         * @see         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
         *              The NFC Reserved Push guide</a>
-        * @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         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
         *              The NFC Reserved Push guide</a>
-        * @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.
         */
index 2060d9a..2d80220 100755 (executable)
@@ -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</a>.
         * @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.