remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:31:20 +0000 (13:31 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 04:31:20 +0000 (13:31 +0900)
Change-Id: I54f07a1467e379b6ca310d5011ac4a950394dfac

inc/FShellAppWidgetProvider.h
inc/FShellAppWidgetProviderInfo.h
inc/FShellAppWidgetProviderManager.h
inc/FShellIAppWidgetPopupProviderFactory.h
inc/FShellIShortcutRequestListener.h

index b2a3d89..d79950f 100644 (file)
@@ -123,7 +123,7 @@ protected:
         *
         * @since       2.1
         *
-        * @param[in]   userInfo                User information to update the AppWidget provider @n
+        * @param[in]   argument                User information to update the AppWidget provider @n
         *                                                              This parameter is delivered from AppWidgetProvider::RequestUpdate().
         *
         * @return      @c true if the method is successful, @n
index f0e04d6..8a83823 100644 (file)
@@ -50,7 +50,7 @@ public:
         *
         * @since       2.1
         *
-        * @param[in]   value   An instance of %AppWidgetProviderInfo
+        * @param[in]   rhs     An instance of %AppWidgetProviderInfo
         */
        AppWidgetProviderInfo(const AppWidgetProviderInfo& rhs);
 
index 468d8b5..5d2b18b 100755 (executable)
@@ -78,7 +78,7 @@ public:
         *
         * @param[in]   appId                   The appId that provides AppWidget
         * @param[in]   providerName    The name of the AppWidget provider
-        * @param[in]   userInfo                User information for the AppWidget provider @n
+        * @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.
index decdcc3..9a3070b 100644 (file)
@@ -15,7 +15,7 @@
 // limitations under the License.
 //
 /**
- * @file               FShellIAppWidgetPopupProvider.h
+ * @file               FShellIAppWidgetPopupProviderFactory.h
  * @brief              This is the header file for the %IAppWidgetPopupProviderFactory interface.
  *
  * This header file contains the declarations of the %IAppWidgetPopupProviderFactory interface.
index a09fe2e..9689e70 100644 (file)
@@ -76,12 +76,12 @@ public:
        virtual ~IShortcutRequestListener(void) {}
 
        /**
-        * Called when requested to add the shortcut @n
+        * Called when requested to add the shortcut.
         *
-        * @param[in]   appId           The application ID
-        * @param[in]   displayName     The display name of shortcut
-        * @param[in]   iconFilePath    The icon file path
-        * @param]in]   uriData                 Uri that will be delivered by IAppControlProviderEventListener::OnAppControlRequestReceived(), when the application is started via shortcut.
+        * @param[in]           appId           The application ID
+        * @param[in]           displayName     The display name of shortcut
+        * @param[in]           iconFilePath    The icon file path
+        * @param[in]           uriData         Uri that will be delivered by IAppControlProviderEventListener::OnAppControlRequestReceived(), when the application is started via shortcut.
         * @see         ShortcutManager::AddShortcut()
         *
         * @remarks             If uriData is specified, application should be started by AppControl with http://tizen.org/appcontrol/operation/view operation, when it's launched from the Home application via shortcut.
@@ -91,7 +91,7 @@ public:
        virtual void OnShortcutAddRequested(const Tizen::App::AppId& appId, const Tizen::Base::String& displayName, const Tizen::Base::String& iconFilePath, const Tizen::Base::String& uriData) = 0;
 
        /**
-        * Called when requested to remove the shortcut @n
+        * Called when requested to remove the shortcut.
         *
         * @param[in]   appId           The application ID
         * @param[in]   displayName     The display name of shortcut