X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=inc%2FFBaseUtilUrlDecoder.h;h=78a38373ba1167c7d8f5f8b158e8faae2445d460;hb=refs%2Ftags%2Faccepted%2Ftizen%2Fmobile%2F20140225.041703;hp=09db2a3cb6ce426d69b339eacfbdd8d7c46b735b;hpb=6b44196c40a66b895028f7ba2e9b5e41bc715ab2;p=platform%2Fframework%2Fnative%2Fappfw.git diff --git a/inc/FBaseUtilUrlDecoder.h b/inc/FBaseUtilUrlDecoder.h index 09db2a3..78a3837 100644 --- a/inc/FBaseUtilUrlDecoder.h +++ b/inc/FBaseUtilUrlDecoder.h @@ -1,5 +1,4 @@ // -// Open Service Platform // Copyright (c) 2012 Samsung Electronics Co., Ltd. // // Licensed under the Apache License, Version 2.0 (the License); @@ -65,7 +64,7 @@ class _OSP_EXPORT_ UrlDecoder { public: /** - * Decodes an encoded string using a specific encoding scheme. + * Decodes the specified encoded string using the specified encoding scheme. * * @since 2.0 * @@ -78,11 +77,12 @@ public: * @exception E_SYSTEM A system error has occurred. * @exception E_UNSUPPORTED_TYPE The specified encoding scheme is not supported. * @exception E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme. - * @remarks This method is used for decoding. It decodes an application/x-www-form-urlencoded string using a - * specific encoding scheme. The supplied encoding scheme is used to determine what characters are represented - * by any consecutive sequences of the form "%ab", where ab is the two-digit hexadecimal representation of a - * byte. - *@see UrlEncoder + * @remarks This method is used for decoding. It decodes an application/x-www-form-urlencoded string using a + * specific encoding scheme. @n + * The supplied encoding scheme is used to determine what characters are represented + * by any consecutive sequences of the form "%ab", where ab is the two-digit hexadecimal representation of a + * byte. + * @see UrlEncoder */ static result Decode(const Tizen::Base::String& str, const Tizen::Base::String& encodingScheme, Tizen::Base::String& decodedStr);