update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 10:00:00 +0000 (19:00 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Fri, 12 Apr 2013 10:00:00 +0000 (19:00 +0900)
Change-Id: I196689fec1e90f032c3cf5aab4bb7e7de2dbbbfe

inc/FShellAppWidgetFrame.h
inc/FShellAppWidgetManager.h
inc/FShellAppWidgetPopup.h
inc/FShellAppWidgetProviderManager.h
inc/FShellAppWidgetView.h

index afc3a0e..6bc1c20 100644 (file)
@@ -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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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);
index 1a144cb..2fc595c 100755 (executable)
@@ -67,7 +67,8 @@ public:
         *                 For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         *
         * @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);
 
index 1d46a3c..ef9d277 100644 (file)
@@ -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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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);
index b327915..df97097 100755 (executable)
@@ -67,7 +67,8 @@ public:
         *                 For more information, see <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
         *
         * @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);
 
index 2044f46..5dfe6ea 100644 (file)
@@ -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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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 <a href="../org.tizen.gettingstarted/html/tizen_overview/application_filtering.htm">Application Filtering</a>.
-        * @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);