From 0b923712da7d29202fa113f4f4544ea9257622e1 Mon Sep 17 00:00:00 2001 From: Minkyoung Kang Date: Mon, 22 Apr 2013 14:15:01 +0900 Subject: [PATCH] update header for Doxygen Change-Id: I9cd9dd8c2ca9dc589e83bbcee1d96aae2dca3283 --- inc/FWebCtrlILoadingListener.h | 3 +-- inc/FWebWebBookmark.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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); -- 2.7.4