From 2f1e829cc946e83058026b57b36c9f284bbf54c8 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Wed, 29 May 2013 14:49:51 +0900 Subject: [PATCH] update header for Doxygen Change-Id: Id02feff919ccb329e90c973318efa2dd92a4df0c --- inc/FShellAppWidgetProvider.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inc/FShellAppWidgetProvider.h b/inc/FShellAppWidgetProvider.h index 549fa87..78833eb 100644 --- a/inc/FShellAppWidgetProvider.h +++ b/inc/FShellAppWidgetProvider.h @@ -68,8 +68,8 @@ protected: * @param[in] width The width of the AppWidget * @param[in] height The height of the AppWidget * @param[in] userInfo User information that is specified when the AppWidget is added - * @remarks AppWidgetFrame should be created and set here. - * If this method returns false, the AppWidget provider will be terminated. + * @remarks AppWidgetFrame should be created and set here. @n + * If this method returns @c false, the AppWidget provider will be terminated. * @see SetAppWidgetFrame() * * The following example demonstrates how to initialize the %AppWidgetProvider instance. @@ -126,7 +126,7 @@ protected: * @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 false, the AppWidget provider will be terminated. + * If this method returns @c false, the AppWidget provider will be terminated. */ virtual bool OnAppWidgetProviderUpdating(const Tizen::Base::String& argument) = 0; -- 2.7.4