update header for Doxygen
authorMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 05:15:01 +0000 (14:15 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Mon, 22 Apr 2013 05:15:01 +0000 (14:15 +0900)
Change-Id: I9cd9dd8c2ca9dc589e83bbcee1d96aae2dca3283

inc/FWebCtrlILoadingListener.h
inc/FWebWebBookmark.h

index db552b2..caf32b7 100755 (executable)
@@ -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) {}
 
index aa2d73c..1062aa3 100755 (executable)
@@ -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);