update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 30 Apr 2013 08:24:59 +0000 (17:24 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 30 Apr 2013 08:24:59 +0000 (17:24 +0900)
Change-Id: I77df67660f80297326cadaa22b50c0569447b97e

inc/FNetNfcITagConnectionListener.h
inc/FNetNfcNdefPushManager.h

index 29935f0..930942f 100644 (file)
@@ -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;
 
index 8a8f8e7..c36620e 100755 (executable)
@@ -234,10 +234,10 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @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     Before calling this method, check whether the feature is supported by 
         *              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+        * @see         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
+        *              The NFC Reserved Push guide</a>  
         */
        result ActivateReservedPush(void);
 
@@ -262,10 +262,10 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @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     Before calling this method, check whether the feature is supported by 
         *              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+        * @see         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
+        *              The NFC Reserved Push guide</a>          
         */
        result DeactivateReservedPush(void);
 
@@ -339,12 +339,12 @@ public:
         *                                      <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">
         *                                      Application Filtering</a>.
         * @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.
         *              - Before calling this method, check whether the feature is supported by 
         *                Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+        * @see         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
+        *              The NFC Reserved Push guide</a>  
         */
        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         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
-        *              The NFC Reserved Push guide</a>
         * @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         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
+        *              The NFC Reserved Push guide</a>  
         */
        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         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
-        *              The NFC Reserved Push guide</a>
         * @remarks     Before calling this method, check whether the feature is supported by 
         *              Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&).
+        * @see         <a href="../org.tizen.native.appprogramming/html/guide/net/nfc_reserved_push.htm">
+        *              The NFC Reserved Push guide</a>  
         */
        static result UnregisterNdefPushMessage(void);