X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseUtilInflator.h;h=03187690b1378369946c3106ae53160bdf8c072c;hb=72749ddd32dd1e3e2833ada50fad8fceefbdcddc;hp=f423982d8bd7241860433a4acbe0654dbce1883d;hpb=ba579df8b7bd47e2875e4833455443f56683ee01;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseUtilInflator.h b/inc/FBaseUtilInflator.h index f423982..0318769 100644 --- a/inc/FBaseUtilInflator.h +++ b/inc/FBaseUtilInflator.h @@ -88,11 +88,11 @@ public: * @return A pointer to the ByteBuffer instance with the inflated equivalent of the source buffer @n * The buffer's limit is the length of the inflated data, @n * else @c null if an exception occurs. - * @param[in] src The buffer to inflate - * @param[in] byteCount The number of bytes to inflate from the source buffer - * @exception E_SUCCESS The method is successful. + * @param[in] src The buffer to inflate + * @param[in] byteCount The number of bytes to inflate from the source buffer + * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG A specified input parameter is invalid. - * @exception E_SYSTEM A system error has occurred. + * @exception E_SYSTEM A system error has occurred. * @remarks The specific error code can be accessed using the GetLastResult() method. * @see Tizen::Base::Utility::Deflator */ @@ -106,10 +106,10 @@ public: * @return A pointer to the ByteBuffer instance with the inflated equivalent of the source buffer @n * The buffer's limit is the length of the inflated data, @n * else @c null if an exception occurs. - * @param[in] src The buffer to inflate - * @exception E_SUCCESS The method is successful. + * @param[in] src The buffer to inflate + * @exception E_SUCCESS The method is successful. * @exception E_INVALID_ARG The specified input parameter is invalid. - * @exception E_SYSTEM A system error has occurred. + * @exception E_SYSTEM A system error has occurred. * @remarks The specific error code can be accessed using the GetLastResult() method. * @see Tizen::Base::Utility::Deflator */