Apply reviewed doxygen
[framework/osp/web.git] / inc / FWebCtrlPageNavigationList.h
old mode 100755 (executable)
new mode 100644 (file)
index 78f35e5..34f3d5e
@@ -47,7 +47,7 @@ namespace Tizen { namespace Web { namespace Controls
  *
  * @since              2.0
  *
- * The %PageNavigationList class provides the back and forward list for a Web control.
+ * The %PageNavigationList class provides the back and forward list for a %Web control.
  * @n
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/web/controls_namespace.htm">Web Controls Guide</a>.
  */
@@ -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
         *