revision of doxygen of some headers in app namespace
[platform/framework/native/appfw.git] / inc / FAppUiApp.h
index 35af9a3..7886b54 100644 (file)
@@ -146,7 +146,7 @@ public:
         */
        Tizen::Ui::Controls::Frame* GetFrameAt(int index) const;
 
-/**
+       /**
         * Gets the UI state of the UI application.
         *
         * @since       2.0
@@ -169,7 +169,6 @@ public:
         * - A system pop-up, such as an incoming call, notification (for example, SMS), or a low battery warning
         *    pop-up disappears.
         *
-        * %OnForeground() is called when the UI application is moved to the foreground. @n
         * When this method is invoked, the following actions are recommended:
         *
         * - Resume the graphic processing, such as 3D or animation, as the UI application now has the focus.
@@ -190,7 +189,6 @@ public:
         * - A device is locked.
         * - The Home key is pressed.
         *
-        * %OnBackground() is called when the UI application is moved to the background. @n
         * Whenever this method is invoked, the following actions are recommended:
         *
         * - Stop the graphic processing, such as 3D or animation, as they will not be displayed.