X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFWebWebHistory.h;h=32a8063693107444d6228e8a5172e2063d395de9;hb=1d92090e3351c4534673850bc0d3159588911521;hp=e242ffdc079281512908408fd15c33ecf742d3eb;hpb=0b3cc7b43c0dddbb36b7f4f3be03305826306335;p=framework%2Fosp%2Fweb.git diff --git a/inc/FWebWebHistory.h b/inc/FWebWebHistory.h index e242ffd..32a8063 100644 --- a/inc/FWebWebHistory.h +++ b/inc/FWebWebHistory.h @@ -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. */