From afb828d1867b62fc6e9ce83a702c126d8143664f Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Wed, 10 Apr 2013 13:31:20 +0900 Subject: [PATCH] remove Doxygen warning Change-Id: I54f07a1467e379b6ca310d5011ac4a950394dfac --- inc/FShellAppWidgetProvider.h | 2 +- inc/FShellAppWidgetProviderInfo.h | 2 +- inc/FShellAppWidgetProviderManager.h | 2 +- inc/FShellIAppWidgetPopupProviderFactory.h | 2 +- inc/FShellIShortcutRequestListener.h | 12 ++++++------ 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/inc/FShellAppWidgetProvider.h b/inc/FShellAppWidgetProvider.h index b2a3d89..d79950f 100644 --- a/inc/FShellAppWidgetProvider.h +++ b/inc/FShellAppWidgetProvider.h @@ -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 diff --git a/inc/FShellAppWidgetProviderInfo.h b/inc/FShellAppWidgetProviderInfo.h index f0e04d6..8a83823 100644 --- a/inc/FShellAppWidgetProviderInfo.h +++ b/inc/FShellAppWidgetProviderInfo.h @@ -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); diff --git a/inc/FShellAppWidgetProviderManager.h b/inc/FShellAppWidgetProviderManager.h index 468d8b5..5d2b18b 100755 --- a/inc/FShellAppWidgetProviderManager.h +++ b/inc/FShellAppWidgetProviderManager.h @@ -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. diff --git a/inc/FShellIAppWidgetPopupProviderFactory.h b/inc/FShellIAppWidgetPopupProviderFactory.h index decdcc3..9a3070b 100644 --- a/inc/FShellIAppWidgetPopupProviderFactory.h +++ b/inc/FShellIAppWidgetPopupProviderFactory.h @@ -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. diff --git a/inc/FShellIShortcutRequestListener.h b/inc/FShellIShortcutRequestListener.h index a09fe2e..9689e70 100644 --- a/inc/FShellIShortcutRequestListener.h +++ b/inc/FShellIShortcutRequestListener.h @@ -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 -- 2.7.4