update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 29 May 2013 05:49:51 +0000 (14:49 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 29 May 2013 05:49:51 +0000 (14:49 +0900)
Change-Id: Id02feff919ccb329e90c973318efa2dd92a4df0c

inc/FShellAppWidgetProvider.h

index 549fa87..78833eb 100644 (file)
@@ -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;