From 556f8fd9d9838b41241a0cd8312142c0bf0afa16 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Fri, 12 Apr 2013 19:00:00 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I196689fec1e90f032c3cf5aab4bb7e7de2dbbbfe --- inc/FShellAppWidgetFrame.h | 6 ++++-- inc/FShellAppWidgetManager.h | 3 ++- inc/FShellAppWidgetPopup.h | 6 ++++-- inc/FShellAppWidgetProviderManager.h | 3 ++- inc/FShellAppWidgetView.h | 6 ++++-- 5 files changed, 16 insertions(+), 8 deletions(-) diff --git a/inc/FShellAppWidgetFrame.h b/inc/FShellAppWidgetFrame.h index afc3a0e..6bc1c20 100644 --- a/inc/FShellAppWidgetFrame.h +++ b/inc/FShellAppWidgetFrame.h @@ -68,7 +68,8 @@ public: * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see AppWidgetProvider::OnAppWidgetProviderInitializing() */ result Construct(const Tizen::Graphics::FloatDimension& size); @@ -85,7 +86,8 @@ public: * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see AppWidgetProvider::OnAppWidgetProviderInitializing() */ result Construct(const Tizen::Ui::Layout& layout, const Tizen::Graphics::FloatDimension& size); diff --git a/inc/FShellAppWidgetManager.h b/inc/FShellAppWidgetManager.h index 1a144cb..2fc595c 100755 --- a/inc/FShellAppWidgetManager.h +++ b/inc/FShellAppWidgetManager.h @@ -67,7 +67,8 @@ public: * For more information, see Application Filtering. * * @remarks - The specific error code can be accessed using the GetLastResult() method. - * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * - Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ static AppWidgetManager* GetInstance(void); diff --git a/inc/FShellAppWidgetPopup.h b/inc/FShellAppWidgetPopup.h index 1d46a3c..ef9d277 100644 --- a/inc/FShellAppWidgetPopup.h +++ b/inc/FShellAppWidgetPopup.h @@ -68,7 +68,8 @@ public: * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see AppWidgetProvider::OnAppWidgetPopupProviderInitializing() */ result Construct(const Tizen::Graphics::FloatDimension& size); @@ -85,7 +86,8 @@ public: * @exception E_INVALID_ARG A specified input parameter is invalid. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). * @see AppWidgetProvider::OnAppWidgetPopupProviderInitializing() */ result Construct(const Tizen::Ui::Layout& layout, const Tizen::Graphics::FloatDimension& size); diff --git a/inc/FShellAppWidgetProviderManager.h b/inc/FShellAppWidgetProviderManager.h index b327915..df97097 100755 --- a/inc/FShellAppWidgetProviderManager.h +++ b/inc/FShellAppWidgetProviderManager.h @@ -67,7 +67,8 @@ public: * For more information, see Application Filtering. * * @remarks - The specific error code can be accessed using the GetLastResult() method. - * - Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * - Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ static AppWidgetProviderManager* GetInstance(void); diff --git a/inc/FShellAppWidgetView.h b/inc/FShellAppWidgetView.h index 2044f46..5dfe6ea 100644 --- a/inc/FShellAppWidgetView.h +++ b/inc/FShellAppWidgetView.h @@ -83,7 +83,8 @@ public: * @exception E_OBJ_NOT_FOUND The specified AppWidget provider is not found. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Graphics::FloatRectangle& rect); @@ -105,7 +106,8 @@ public: * @exception E_OBJ_NOT_FOUND The specified AppWidget provider is not found. * @exception E_UNSUPPORTED_OPERATION The Emulator or target device does not support the required feature. * For more information, see Application Filtering. - * @remarks Before calling this method, check whether the feature is supported by %Tizen::System::SystemInfo::GetValue() methods. + * @remarks Before calling this method, check whether the feature is supported by + * Tizen::System::SystemInfo::GetValue(const Tizen::Base::String&, bool&). */ result Construct(const Tizen::App::AppId& appId, const Tizen::Base::String& providerName, const Tizen::Graphics::FloatRectangle& rect, const Tizen::Base::String& userInfo); -- 2.7.4