remove Doxygen warning
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:12:27 +0000 (11:12 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 10 Apr 2013 02:12:27 +0000 (11:12 +0900)
Change-Id: I32512226436c223fc83889b37edfe5c07993e87d

inc/FWebBookmarkItem.h
inc/FWebCtrlWeb.h

index 06e05e5..48f4cd1 100755 (executable)
@@ -75,7 +75,7 @@ public:
         *
         * @since               2.1
         *
-        * @param[in] setting An instance of %BookmarkItem
+        * @param[in] rhs An instance of %BookmarkItem
         */
        BookmarkItem(const BookmarkItem& rhs);
 
@@ -167,7 +167,7 @@ public:
         *
         * @since               2.1
         *
-        * @param[in]   setting                 The instance of the %BookmarkItem class to assign from
+        * @param[in]   rhs                     The instance of the %BookmarkItem class to assign from
         */
        BookmarkItem& operator =(const BookmarkItem& rhs);
 
index f0028c5..9fa6877 100755 (executable)
@@ -720,7 +720,7 @@ public:
         *
         * @since               2.1
         *
-        * @privleve    public
+        * @privlevel   public
         * @privilege   %http://tizen.org/privilege/web.service
         *
         * @return              An error code
@@ -799,7 +799,7 @@ public:
 
        /**
         * Registers a keypad event listener. @n
-        * The registered listener is notified when the keypad associated with @c <input> tag or with @c <textarea> tag is opened or closed.
+        * The registered listener is notified when the keypad associated with <input> tag or with <textarea> tag is opened or closed.
         *
         * @since               2.0
         *