Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseUtilUrlEncoder.h
index 9d38497..8a0b5bb 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);
@@ -67,7 +66,7 @@ class _OSP_EXPORT_ UrlEncoder
 {
 public:
        /**
-       * Encodes an input string using a specific encoding scheme. @n
+       * Encodes the specified input string using the specified encoding scheme. @n
        * It encodes all unsafe characters of a string.
        *
        * @since 2.0
@@ -78,13 +77,14 @@ public:
        * @param[out]   encodedStr                                      The encoded string
        * @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.
        * @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 encoding. It encodes input string into an
-       * application/x-www-form-urlencoded     format using a specific encoding scheme. This method uses the specified
-       * encoding scheme to obtain the bytes for unsafe characters.
-       *@see           UrlDecoder
+       * @remarks              This method is used for encoding. @n
+       *                               It encodes input string into an
+       *                               application/x-www-form-urlencoded format using a specific encoding scheme. @n
+       *                               This method uses the specified encoding scheme to obtain the bytes for unsafe characters.
+       * @see                  UrlDecoder
        */
        static result Encode(const Tizen::Base::String& str, const Tizen::Base::String& encodingScheme, Tizen::Base::String& encodedStr);