modify doxygen
authorSeongjun Yim <se201.yim@samsung.com>
Thu, 29 Aug 2013 13:28:13 +0000 (22:28 +0900)
committerSeongjun Yim <se201.yim@samsung.com>
Thu, 29 Aug 2013 13:28:13 +0000 (22:28 +0900)
Change-Id: Ia6204e59a518bbfe7cef367604988db00cb61739
Signed-off-by: Seongjun Yim <se201.yim@samsung.com>
inc/FWebBookmarkItem.h
inc/FWebCtrlIWebKeypadEventListener.h
inc/FWebCtrlWeb.h
inc/FWebHistoryItem.h

index f685e8a..1974858 100755 (executable)
@@ -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;
index 02f9ad6..b07360e 100755 (executable)
@@ -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;
 
index e2ff11e..4e2422b 100755 (executable)
@@ -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);
 }
index 8819bfb..6d8d15a 100755 (executable)
@@ -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;