modify doxygen
authorSeongjun Yim <se201.yim@samsung.com>
Mon, 8 Apr 2013 07:33:58 +0000 (16:33 +0900)
committerSeongjun Yim <se201.yim@samsung.com>
Mon, 8 Apr 2013 07:33:58 +0000 (16:33 +0900)
Change-Id: I8b82165620f8869de13470dabfa24c74da55b62c
Signed-off-by: Seongjun Yim <se201.yim@samsung.com>
inc/FWebBookmarkItem.h
inc/FWebCtrlWeb.h
inc/FWebCtrlWebSetting.h
inc/FWebWebBookmark.h

index 2ed0d84..06e05e5 100755 (executable)
@@ -91,9 +91,6 @@ public:
         *
         * @since               2.1
         *
-        * @privlevel   platform
-        * @privilege   %http://tizen.org/privilege/bookmark.read
-        *
         * @return              The title of the current bookmark item
         */
        Tizen::Base::String GetTitle(void) const;
@@ -103,9 +100,6 @@ public:
         *
         * @since               2.1
         *
-        * @privlevel   platform
-        * @privilege   %http://tizen.org/privilege/bookmark.read
-        *
         * @return              The URL of the current bookmark item @n
         *                              If the item type is folder, this method will return the empty string.
         * @see IsFolder()
@@ -119,9 +113,6 @@ public:
         *
         * @return              The image
         *
-        * @privlevel   platform
-        * @privilege   %http://tizen.org/privilege/bookmark.read
-        *
         * @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
@@ -135,9 +126,6 @@ public:
         *
         * @since               2.1
         *
-        * @privlevel   platform
-        * @privilege   %http://tizen.org/privilege/bookmark.read
-        *
         * @return              The parent folder id of the current bookmark item @n
         *                              If the current bookmark item is the one in topmost level, this method will return ::ROOT_FOLDER_ID.
         */
@@ -148,9 +136,6 @@ public:
         *
         * @since               2.1
         *
-        * @privlevel   platform
-        * @privilege   %http://tizen.org/privilege/bookmark.read
-        *
         * @return              @c true if the type of current bookmark item is folder, @n
         *                                      else @c false
         */
index e37554b..f0028c5 100755 (executable)
@@ -905,11 +905,13 @@ public:
        Tizen::Graphics::Point GetScrollPosition(void) const;
 
        /**
-        * Gets the size of the current web page.
+        * Gets the real size of the current web page.
         *
         * @since               2.1
         *
         * @return      The size of the current web page
+        * @remarks             If an application want to get the displayed size, the return value should be multiplied by the zoom factor.
+        * @see GetZoomLevel()
         */
        Tizen::Graphics::Dimension GetPageSize(void) const;
 
index 1d9ba5e..ae3531c 100755 (executable)
@@ -105,9 +105,6 @@ public:
         *
         * @since               2.0
         *
-        * @privlevel   public
-        * @privilege   %http://tizen.org/privilege/web.service
-        *
         * @param[in]   mode                    A cache mode
         */
        void SetCacheControl(CacheMode mode);
@@ -228,9 +225,6 @@ public:
         *
         * @since               2.0
         *
-        * @privlevel   public
-        * @privilege   %http://tizen.org/privilege/web.service
-        *
         * @param[in]   mode                    A certificate error handling mode
         */
        void SetCertificateErrorHandlingMode(CertificateErrorHandlingMode mode);
@@ -310,9 +304,6 @@ public:
         *
         * @since               2.0
         *
-        * @privlevel   public
-        * @privilege   %http://tizen.org/privilege/web.service
-        *
         * @param[in]   enable                  Set to @c true if the %Web control should support html5 geolocation feature, @n
         *                                                                      else @c false
         */
@@ -334,9 +325,6 @@ public:
         *
         * @since               2.1
         *
-        * @privlevel   public
-        * @privilege   %http://tizen.org/privilege/web.service
-        *
         * @param[in]   enable                  Set to @c true if the %Web control should save form data automatically and supports autocomplete feature, @n
         *                                                                      else @c false
         */
@@ -358,9 +346,6 @@ public:
         * 
         * @since               2.1
         *
-        * @privlevel   public
-        * @privilege   %http://tizen.org/privilege/web.service
-        *
         * @param[in]   enable                  Set to @c true if the %Web control should save login id/password automatically and supports autofill feature, @n
         *                                                                      else @c false
         */
index db39ca6..2f20465 100755 (executable)
@@ -44,9 +44,6 @@ class _WebBookmarkImpl;
  * @since              2.1
  * @final              This class is not intended for extension.
  *
- * @privilege  %http://tizen.org/privilege/bookmark.read and %http://tizen.org/privilege/bookmark.write @n
- *                     Both privileges are required.
- *
  * The %WebBookmark class provides methods to get bookmark information of the browser and organize it.
  * The bookmark system has hierarchical structure with the parent folder id supporting multiple folders and The bookmark items are represented by the BookmarkItem class. @n
  * If you use these APIs to backup and restore the bookmark, add bookmark items and folders recursively from the topmost level.