update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 21 Jun 2013 10:18:10 +0000 (19:18 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 21 Jun 2013 10:18:10 +0000 (19:18 +0900)
Change-Id: Ie0277ca23509eb26d2e0f8841d8952f51d5ca3f9

inc/FShellAppWidgetPopup.h
inc/FShellAppWidgetProvider.h

index aa8c1d7..d583b2d 100644 (file)
@@ -113,7 +113,7 @@ public:
         *                        - This method allocates a Tizen::Graphics::Canvas whose bounds are equal to that of the client area of the %AppWidgetPopup instance. @n
         *                              It is the responsibility of the developers to deallocate the canvas after use.
         *                        - The canvas is valid only if the properties of the parent control of the canvas remain unchanged. @n
-        *                              Therefore, delete the previously allocated canvas and create a new canvas using the GetClientAreaCanvasN() method if the size or position of the
+        *                              Therefore, delete the previously allocated canvas and create a new canvas using the %GetClientAreaCanvasN() method if the size or position of the
         *                              control is changed.
         *                        - The specific error code can be accessed using the GetLastResult() method.
         */
index 2749065..c488fbb 100644 (file)
@@ -122,8 +122,9 @@ protected:
         *              else @c false
         * @param[in]   argument                User information to update the AppWidget provider @n
         *                                                              This parameter is delivered from AppWidgetProvider::RequestUpdate().
-        * @remarks             This method is called when UpdatePeriod timer is expired or AppWidgetManager::RequestUpdate() is called. @n
-        *                                      If this method returns @c false, the AppWidget provider will be removed.
+        * @remarks             
+        *                      - This method is called when UpdatePeriod timer is expired or AppWidgetManager::RequestUpdate() is called.
+        *                      - If this method returns @c false, the AppWidget provider will be removed.
         */
        virtual bool OnAppWidgetProviderUpdating(const Tizen::Base::String& argument) = 0;