Init Tizen 2.2.1
[framework/osp/web.git] / inc / FWebCtrlPageNavigationList.h
old mode 100755 (executable)
new mode 100644 (file)
index 94c882a..34f3d5e
@@ -68,7 +68,7 @@ public:
         * @since               2.0
         *
         * @return              The current history item, @n
-        *                                      else @c null if no history item exists
+        *                              else @c null if no history item exists
         */
        const Tizen::Web::HistoryItem* GetCurrentItem(void) const;
 
@@ -78,25 +78,25 @@ public:
         * @since               2.0
         *
         * @return              The index of the currently viewed page in the web page navigation list, @n
-        *                                      else @c -1 if no history item exists
+        *                              else @c -1 if no history item exists
         */
        int GetCurrentIndex(void) const;
 
        /**
-        * 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
         *
         * @return              A pointer to 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.
-        * @exception   E_OUT_OF_RANGE          The specified @c index is out of range.
+        * @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_OUT_OF_RANGE          The specified @c index is out of the valid range.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
         */
        const Tizen::Web::HistoryItem* GetItemAt(int index) const;
 
        /**
-        * Gets the total number of the history items.
+        * Gets the total number of history items.
         *
         * @since               2.0
         *