Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseUtilUrlDecoder.h
index 09db2a3..78a3837 100644 (file)
@@ -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);