update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Tue, 18 Jun 2013 04:38:46 +0000 (13:38 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Tue, 18 Jun 2013 04:38:46 +0000 (13:38 +0900)
Change-Id: Ib7fe78b1e41f299b0d6206867ded4cff75cf84b7

inc/FUiCtrlFooter.h
inc/FUiCtrlForm.h

index 90748c4..0ca844a 100644 (file)
@@ -817,7 +817,7 @@ public:
         * @since       2.2
         *
         * @return      The state of the Menu button, @n
-        *              else @c BUTTON_ITEM_STATUS_NORMAL if an error occurs.
+        *              else @c BUTTON_ITEM_STATUS_NORMAL if an error occurs
         * @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
         *                                                      The Menu button is not set.
index 79df629..6285a88 100644 (file)
@@ -1034,22 +1034,22 @@ public:
        Tizen::Graphics::FloatPoint TranslateFromClientAreaPosition(const Tizen::Graphics::FloatPoint& clientPosition) const;
 
        /**
-     * Sets the %Form back event listener.
+       * Sets the %Form back event listener.
         *
         * @since       2.0
         *
-     * @param[in]      pFormBackEventListener          The %Form back event listener to set
+       * @param[in]    pFormBackEventListener          The %Form back event listener to set
         * @see         Tizen::Ui::Controls::IFormBackEventListener.
         */
        void SetFormBackEventListener(IFormBackEventListener* pFormBackEventListener);
 
 
        /**
-     * Sets the %Form control event listener.
+       * Sets the %Form menu event listener.
         *
         * @since       2.2
         *
-     * @param[in]      pFormMenuEventListener          The %Form menu event listener to set
+       * @param[in]    pFormMenuEventListener          The %Form menu event listener to set
         * @see         Tizen::Ui::Controls::IFormMenuEventListener.
         */
        void SetFormMenuEventListener(IFormMenuEventListener* pFormMenuEventListener);