update header files for Doxygen
[framework/osp/shell.git] / inc / FShellShortcutManager.h
index 3359899..a757c3f 100644 (file)
@@ -69,13 +69,13 @@ public:
         *
         * @since       2.1
         * @privlevel   public
-        * @privilege   http::tizen.org/privilege/shortcut.install
+        * @privilege   %http::tizen.org/privilege/shortcut.install
         *
         * @return      An error code
         * @param[in]   appId   The application ID
         * @param[in]   displayName     The display name of shortcut
         * @param[in]   iconPath        The icon file path
-        * @param[in]   uriData                         Uri that will be delivered by IAppControlProviderEventListener::OnAppControlRequestReceived(), when the application is started using a shortcut.
+        * @param[in]   uriData                         Uri that will be delivered by Tizen::App::IAppControlProviderEventListener::OnAppControlRequestReceived(), when the application is started using a shortcut.
         * @param[in]   allowDuplication        Flag to allow duplicate shortcut
         *
         * @exception   E_SUCCESS                       The method is successful.
@@ -87,11 +87,10 @@ public:
         *                              - Icon file should be placed in sub directory of 'shared/res' to be used by the Home app.
         *                              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).
         *
-        * @see                 IAppControlEventListener::OnAppControlRequestReceived()
+        * @see                 Tizen::App::IAppControlEventListener::OnAppControlRequestReceived()
         * @see                 IShortcutRequestListener::OnShortcutAddRequested()
         *
         * The following example demonstrates how to add shortcut.