Apply reviewed doxygen
authorhyun lee <hyunn.lee@samsung.com>
Mon, 14 Oct 2013 04:44:50 +0000 (13:44 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Mon, 14 Oct 2013 05:17:36 +0000 (14:17 +0900)
Change-Id: Ib95d06244b59e44f5341a72af299a506faa5e85f
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
17 files changed:
inc/FWeb.h [changed mode: 0755->0644]
inc/FWebBookmarkItem.h [changed mode: 0755->0644]
inc/FWebControls.h [changed mode: 0755->0644]
inc/FWebCtrlAuthenticationChallenge.h [changed mode: 0755->0644]
inc/FWebCtrlGeolocationPermissionManager.h [changed mode: 0755->0644]
inc/FWebCtrlHitElementResult.h [changed mode: 0755->0644]
inc/FWebCtrlIJavaScriptBridge.h [changed mode: 0755->0644]
inc/FWebCtrlILoadingListener.h [changed mode: 0755->0644]
inc/FWebCtrlITextSearchListener.h [changed mode: 0755->0644]
inc/FWebCtrlIWebKeypadEventListener.h [changed mode: 0755->0644]
inc/FWebCtrlIWebUiEventListener.h [changed mode: 0755->0644]
inc/FWebCtrlIWebUiEventListenerF.h [changed mode: 0755->0644]
inc/FWebCtrlPageNavigationList.h [changed mode: 0755->0644]
inc/FWebCtrlWebSetting.h [changed mode: 0755->0644]
inc/FWebCtrlWebStorageManager.h [changed mode: 0755->0644]
inc/FWebHistoryItem.h [changed mode: 0755->0644]
inc/FWebWebHistory.h [changed mode: 0755->0644]

old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 1974858..63a8ae8
@@ -55,7 +55,7 @@ const RecordId ROOT_FOLDER_ID = -1;
 
 /**
 * @class               BookmarkItem
-* @brief               This class is used for accessing a bookmark item stored in the %WebBookmark class.
+* @brief               This class is used for accessing a bookmark item stored in the WebBookmark class.
 *
 * @since               2.1
 *
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index caf32b7..d181c36
@@ -227,6 +227,7 @@ public:
         * @since               2.1
         *
         * @param[in]   favicon                 The favicon image
+        * @see Tizen::Web::Controls::Web::GetFaviconN()
         */
        virtual void OnFaviconReceived(const Tizen::Graphics::Bitmap& favicon) {}
 
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index e810f80..b4e3528
@@ -176,7 +176,7 @@ public:
 
        /**
         * Gets the font size of the content. @n
-        * The default size is @c 16.
+        * The default size is @c 17.
         *
         * @since               2.0
         *
old mode 100755 (executable)
new mode 100644 (file)
old mode 100755 (executable)
new mode 100644 (file)
index 6d8d15a..2590e12
@@ -48,7 +48,7 @@ namespace Tizen { namespace Web
 
 /**
  * @class              HistoryItem
- * @brief              This class is used for accessing a history item stored in the PageNavigationList class or the %WebHistory class.
+ * @brief              This class is used for accessing a history item stored in the PageNavigationList class or the WebHistory class.
  *
  * @since              2.0
  *
old mode 100755 (executable)
new mode 100644 (file)