modify doxygen comment
authorjungmin76.park <jungmin76.park@samsung.com>
Mon, 17 Jun 2013 02:06:09 +0000 (11:06 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Mon, 17 Jun 2013 02:06:14 +0000 (11:06 +0900)
Change-Id: If2da7b8a95f68fa0dbe79c17ce7c1b69d0333301
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellAppWidgetProviderManager.h
inc/FShellAppWidgetSizeInfo.h

index a1e9a00..7c07186 100755 (executable)
@@ -90,6 +90,7 @@ public:
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
         *
         * @see                 AppWidgetProvider::OnAppWidgetProviderUpdating()
+        * @remarks             When specified Dynamic Box is implemented with Web app, argument won't be delivered.
         */
        result RequestUpdate(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Base::String& argument = L"");
 
index 4360b5c..115078b 100755 (executable)
@@ -86,7 +86,7 @@ public:
         *
         * @return      @c true if an AppWidget Viewer needs to decorate frame of the Dynamic Box for the size @n
         *                      else @c false
-        * @remark      Decoration depends on current AppWidget Viewer implementation
+        * @remarks     Decoration depends on current AppWidget Viewer implementation
         */
     bool IsDecorationFrameUsed(void) const;