From: Minkyoung Kang Date: Mon, 22 Apr 2013 05:15:01 +0000 (+0900) Subject: update header for Doxygen X-Git-Tag: 2.1b_release~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0b923712da7d29202fa113f4f4544ea9257622e1;p=framework%2Fosp%2Fweb.git update header for Doxygen Change-Id: I9cd9dd8c2ca9dc589e83bbcee1d96aae2dca3283 --- diff --git a/inc/FWebCtrlILoadingListener.h b/inc/FWebCtrlILoadingListener.h index db552b2..caf32b7 100755 --- a/inc/FWebCtrlILoadingListener.h +++ b/inc/FWebCtrlILoadingListener.h @@ -222,12 +222,11 @@ public: /** * Called when the favicon of the new page is received. @n - * If this callback is received once, an application can get favicon by using Tizen::Web::Controls::GetFaviconN(). + * If this callback is received once, an application can get favicon by using Tizen::Web::Controls::Web::GetFaviconN(). * * @since 2.1 * * @param[in] favicon The favicon image - * @see Tizen::Web::Controls::GetFaviconN() */ virtual void OnFaviconReceived(const Tizen::Graphics::Bitmap& favicon) {} diff --git a/inc/FWebWebBookmark.h b/inc/FWebWebBookmark.h index aa2d73c..1062aa3 100755 --- a/inc/FWebWebBookmark.h +++ b/inc/FWebWebBookmark.h @@ -141,7 +141,7 @@ public: * @exception E_INVALID_DATA The specified @c favicon data is invalid. * @exception E_SYSTEM The method has failed. * @exception E_PRIVILEGE_DENIED The application does not have the privilege to call this method. - * @see BookmarkItem::GetFavicon() + * @see BookmarkItem::GetFaviconN() */ result SetFavicon(RecordId bookmarkId, const Tizen::Graphics::Bitmap& favicon);