From: Seongjun Yim Date: Thu, 29 Aug 2013 13:28:13 +0000 (+0900) Subject: modify doxygen X-Git-Tag: submit/tizen_2.2/20131107.062229~45 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34be5d7da557b77d059a5b5334c018d003c069d7;p=framework%2Fosp%2Fweb.git modify doxygen Change-Id: Ia6204e59a518bbfe7cef367604988db00cb61739 Signed-off-by: Seongjun Yim --- diff --git a/inc/FWebBookmarkItem.h b/inc/FWebBookmarkItem.h index f685e8a..1974858 100755 --- a/inc/FWebBookmarkItem.h +++ b/inc/FWebBookmarkItem.h @@ -116,7 +116,6 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM Either of the following conditions has occurred: @n * - The method cannot proceed due to a severe system error. @n - * - The method has failed because it does not work on a service application. * @remarks The specific error code can be accessed using the GetLastResult() method. */ Tizen::Graphics::Bitmap* GetFaviconN(void) const; diff --git a/inc/FWebCtrlIWebKeypadEventListener.h b/inc/FWebCtrlIWebKeypadEventListener.h index 02f9ad6..b07360e 100755 --- a/inc/FWebCtrlIWebKeypadEventListener.h +++ b/inc/FWebCtrlIWebKeypadEventListener.h @@ -60,9 +60,6 @@ public: * @since 2.0 * * @param[in] source The source of the event - * @remarks When the overlay keypad appears on the screen, the current Form's - * area is adjusted to account for the space that is taken up by the overlay keypad. - * @see Tizen::Ui::Controls::Form::GetClientAreaBounds() */ virtual void OnWebKeypadWillOpen(Tizen::Web::Controls::Web& source) = 0; diff --git a/inc/FWebCtrlWeb.h b/inc/FWebCtrlWeb.h index e2ff11e..4e2422b 100755 --- a/inc/FWebCtrlWeb.h +++ b/inc/FWebCtrlWeb.h @@ -121,7 +121,7 @@ WebSample::OnInitializing(void) void WebSample::LoadUrl(void) { - Tizen::Base::String url(L"http://www.tizen.org"); + Tizen::Base::String url(L"http://www.tizen.org/about/"); __pWeb->LoadUrl(url); } @@ -183,7 +183,7 @@ WebSample::OnInitializing(void) void WebSample::LoadUrl(void) { - Tizen::Base::String url(L"http://www.tizen.org"); + Tizen::Base::String url(L"http://www.tizen.org/about/"); __pWeb->LoadUrl(url); } diff --git a/inc/FWebHistoryItem.h b/inc/FWebHistoryItem.h index 8819bfb..6d8d15a 100755 --- a/inc/FWebHistoryItem.h +++ b/inc/FWebHistoryItem.h @@ -94,7 +94,6 @@ public: * @exception E_SUCCESS The method is successful. * @exception E_SYSTEM Either of the following conditions has occurred: @n * - The method cannot proceed due to a severe system error. @n - * - The method has failed because it does not work on a service application. * @remarks The specific error code can be accessed using the GetLastResult() method. */ Tizen::Graphics::Bitmap* GetFaviconN(void) const;