improve doxygen comment.
authorjungmin76.park <jungmin76.park@samsung.com>
Wed, 16 Oct 2013 05:54:45 +0000 (14:54 +0900)
committerjungmin76.park <jungmin76.park@samsung.com>
Fri, 18 Oct 2013 11:51:19 +0000 (20:51 +0900)
Change-Id: Iebc62fc777d43a9239bd000a7dbc34de98d09aa0
Signed-off-by: jungmin76.park <jungmin76.park@samsung.com>
inc/FShellAppWidgetProviderManager.h
inc/FShellShortcutManager.h

index 64dae57..d5bac3c 100755 (executable)
@@ -78,7 +78,8 @@ public:
         * @since               2.1
         *
         * @param[in]   appId                                                           The appId that provides AppWidget
-        * @param[in]   providerName                                            The name of the AppWidget provider
+        * @param[in]   providerName                                            The name of the AppWidget provider @n
+                                                                                                               For more information, see <a href="../org.tizen.native.appprogramming/html/app_dev_process/manifest_dynamicbox.htm">Setting Dynamic Box Manifest</a>.
         * @param[in]   argument                                                        User information for the AppWidget provider @n
         *                                                                                                      This parameter will be delivered as parameter of AppWidgetProvider::OnAppWidgetProviderUpdating().
         * @exception   E_SUCCESS                                                       The method is successful.
@@ -88,7 +89,10 @@ public:
         *                                                                                                      To get permission, the target application is signed with the same certificate.
         * @exception   E_SYSTEM                                                        The method cannot proceed due to a severe system error.
         * @see                 AppWidgetProvider::OnAppWidgetProviderUpdating()
-        * @remarks             When the specified Dynamic Box is implemented with Web app, argument will not be delivered.
+        * @remarks
+        *                              - When the specified Dynamic Box is implemented with Web app, argument will not be delivered.
+        *                              - Regarding appId, please note that IDs of each applications will be changed except root application, when you make a package with multiple applications. @n
+        *                              For more information, see <a href="../org.tizen.native.appprogramming/html/app_dev_process/packaging_app.htm">Packaging a Multi-project Application</a> to specify appId properly.
         */
        result RequestUpdate(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Base::String& argument = L"");
 
index a4870ac..e223751 100644 (file)
@@ -83,11 +83,12 @@ public:
         * @exception   E_SYSTEM                        The method cannot proceed due to a severe system error.
         *
         * @remarks             
-        *                              - Icon file should be placed in sub directory of 'shared/res' to be used by the Home app.
+        *                              - Icon file should be placed in sub directory of 'shared/res' to be used by the Home app. @n
         *                              For more information on shared directory, see <a href="../org.tizen.native.appprogramming/html/basics_tizen_programming/io_overview.htm">I/O Overview</a> 
         *                              and see <a href="../org.tizen.native.appprogramming/html/app_dev_process/manifest_general.htm">General Information</a> for icon file.
         *                              - If @c uriData is specified, application will be started by AppControl with %http://tizen.org/appcontrol/operation/view operation, when it is launched from the Home app using a shortcut.
-        *                              Or else application will be started by AppControl with default operation(%http://tizen.org/appcontrol/operation/main).
+        *                              Or else application will be started by AppControl with default operation(%http://tizen.org/appcontrol/operation/main).  @n
+        *                              For more information on this, see <a href="../org.tizen.native.appprogramming/html/guide/app/delivering_launch_arguments.htm">Delivering Launch Arguments</a>.
         *
         * @see                 Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived()
         * @see                 IShortcutRequestListener::OnShortcutAddRequested()