fix doxygen
authorMyung Jin Kim <critical.kim@samsung.com>
Tue, 11 Jun 2013 06:11:52 +0000 (15:11 +0900)
committerMyung Jin Kim <critical.kim@samsung.com>
Tue, 11 Jun 2013 06:11:52 +0000 (15:11 +0900)
Change-Id: I803f2d4b145b300e6a219fa76c83c8b087adf910

inc/FUiCtrlFooter.h
inc/FUiCtrlHeader.h

index bbc6a29..75e1bcc 100644 (file)
@@ -576,8 +576,6 @@ public:
         *
         * @return      An error code
         * @exception   E_SUCCESS                     The method is successful.
-        * @exception   E_INVALID_OPERATION           The current state of the instance prohibits the execution of the specified operation. @n
-        *                                            There are more than 2 footer items.
         * @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. @n
         *                                            This device does not support the software back button.
@@ -869,7 +867,7 @@ public:
         * @exception   E_INVALID_OPERATION             This exception is returned when there are more than 3 footer items.
         * @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. @n
-        * @excption    E_SYSTEM                                A System error has occurred.
+        * @exception   E_SYSTEM                                A System error has occurred.
         * @remarks
         *                                                                      - If the left button is already set, then the button is replaced with the Menu button.
         */
index 0a744e7..d458fa2 100644 (file)
@@ -915,8 +915,6 @@ public:
        *
        * @return       An error code
        * @exception    E_SUCCESS                                       The method is successful.
-       * @exception    E_INVALID_OPERATION             The current state of the instance prohibits the execution of the specified operation. @n
-       *                                           There are more than 2 header items.
        * @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