apply backbutton doxygen
authorMyung Jin Kim <critical.kim@samsung.com>
Mon, 15 Jul 2013 06:30:29 +0000 (15:30 +0900)
committerMyung Jin Kim <critical.kim@samsung.com>
Mon, 15 Jul 2013 06:30:29 +0000 (15:30 +0900)
Change-Id: I10e3459c7f161383fffcab70eb8a1e224e45ca5b

inc/FUiCtrlFooter.h
inc/FUiCtrlHeader.h

index 3999390..59485ac 100644 (file)
@@ -580,12 +580,10 @@ public:
         * @return      An error code
         * @exception   E_SUCCESS                     The method is successful.
         * @exception   E_UNSUPPORTED_OPERATION       This operation is not supported. @n
-        *                                                                              The operation is not supported when the style of the %Footer control is ::FOOTER_STYLE_TAB or ::FOOTER_STYLE_TAB_LARGE. @n
         *                                            This device does not support the software back button.
         * @exception   E_SYSTEM                      A system error has occurred.
         * @remarks
-        *                      - When the back button is pressed, IFormBackEventListener::OnFormBackRequested() is called.
-        *                      - If the right button is already set, then the button is replaced with the back button.
+        *                              - When the back button is pressed, IFormBackEventListener::OnFormBackRequested() is called.
         * @see         Tizen::Ui::Controls::IFormBackEventListener
         */
        result SetBackButton(void);
index 175b96d..58fc1be 100644 (file)
@@ -920,10 +920,8 @@ public:
        *
        * @return       An error code
        * @exception    E_SUCCESS                                       The method is successful.
-       * @exception    E_UNSUPPORTED_OPERATION         The operation is supported when the style of the %Header control is ::HEADER_STYLE_BUTTON. @n
-       *                                               This device does not support the software back button.
-       * @remarks      When the back button is pressed, OnFormBackRequested() of IFormBackEventListener is called. @n
-       *               If the right button is already set, then the button is replaced with the back button.
+       * @exception    E_UNSUPPORTED_OPERATION         This device does not support the software back button.
+       * @remarks      When the back button is pressed, OnFormBackRequested() of IFormBackEventListener is called.
        */
        result SetBackButton(void);