Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebWebHistory.h
old mode 100755 (executable)
new mode 100644 (file)
index e242ffd..32a8063
@@ -77,17 +77,17 @@ public:
        result Construct(void);
 
        /**
-        * Gets the history item pointed to by the specified @c index.
+        * Gets the history item that the specified @c index points to.
         *
         * @since               2.0
         * @privlevel   public
         * @privilege   %http://tizen.org/privilege/web.privacy
         *
         * @return              The history item at the specified @c index
-        * @param[in]   index                   The index of an element @n
-        *                                                              The value of the index must be greater than or equal to @c 0.
+        * @param[in]   index                           The index of the element @n
+        *                                                                      The value of the index must be greater than or equal to @c 0.
         * @exception   E_SUCCESS                       The method is successful.
-        * @exception   E_OUT_OF_RANGE          The specified @c index is out of range.
+        * @exception   E_OUT_OF_RANGE          The specified @c index is out of the valid range.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
         */