From 16c41036041f67dfd7080a92158e175a549bf841 Mon Sep 17 00:00:00 2001 From: Myung Jin Kim Date: Mon, 15 Jul 2013 15:30:29 +0900 Subject: [PATCH] apply backbutton doxygen Change-Id: I10e3459c7f161383fffcab70eb8a1e224e45ca5b --- inc/FUiCtrlFooter.h | 4 +--- inc/FUiCtrlHeader.h | 6 ++---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/inc/FUiCtrlFooter.h b/inc/FUiCtrlFooter.h index 3999390..59485ac 100644 --- a/inc/FUiCtrlFooter.h +++ b/inc/FUiCtrlFooter.h @@ -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); diff --git a/inc/FUiCtrlHeader.h b/inc/FUiCtrlHeader.h index 175b96d..58fc1be 100644 --- a/inc/FUiCtrlHeader.h +++ b/inc/FUiCtrlHeader.h @@ -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); -- 2.7.4