From: Minkyoung Kang Date: Fri, 21 Jun 2013 10:18:10 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: accepted/tizen/20130912.150013^2~62^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=795659eff95b751c4ae43433cdbcad63bd5ecfaf;p=platform%2Fframework%2Fnative%2Fshell.git update header for Doxygen Change-Id: Ie0277ca23509eb26d2e0f8841d8952f51d5ca3f9 --- diff --git a/inc/FShellAppWidgetPopup.h b/inc/FShellAppWidgetPopup.h index aa8c1d7..d583b2d 100644 --- a/inc/FShellAppWidgetPopup.h +++ b/inc/FShellAppWidgetPopup.h @@ -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. */ diff --git a/inc/FShellAppWidgetProvider.h b/inc/FShellAppWidgetProvider.h index 2749065..c488fbb 100644 --- a/inc/FShellAppWidgetProvider.h +++ b/inc/FShellAppWidgetProvider.h @@ -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;