Apply the reviewed doxygen
authorHokwon Song <hokwon.song@samsung.com>
Tue, 26 Mar 2013 06:23:37 +0000 (15:23 +0900)
committerHokwon Song <hokwon.song@samsung.com>
Wed, 27 Mar 2013 00:43:38 +0000 (09:43 +0900)
Change-Id: I4f6fd3b925733bc48ec3572cc7d40dde5a92dc1a
Signed-off-by: Hokwon Song <hokwon.song@samsung.com>
14 files changed:
inc/FLclCalendar.h
inc/FLclCurrency.h
inc/FLclTimeZone.h
inc/FSysVibrator.h
inc/FTextAsciiEncoding.h
inc/FTextDecoder.h
inc/FTextEncoder.h
inc/FTextEncoding.h
inc/FTextGsmEncoding.h
inc/FTextLatin1Encoding.h
inc/FTextUcs2Encoding.h
inc/FTextUtf8Decoder.h
inc/FTextUtf8Encoder.h
inc/FTextUtf8Encoding.h

index d896a02..5a5b6b6 100644 (file)
@@ -168,7 +168,7 @@ public:
         * -# The method returns E_INVALID_STATE if the time field is invalid.
         *
         * @section                 CompCalendarAddTimeFieldSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen:
         * -# The method returns E_INVALID_ARG if the time field is invalid.
@@ -208,7 +208,7 @@ public:
         * -# The method returns E_INVALID_STATE and E_OUT_OF_RANGE if the instance of %Calendar to be compared is invalid.
         *
         * @section                 CompCalendarAfterSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the instance of %Calendar to be compared is invalid.
@@ -250,7 +250,7 @@ public:
         * -# The method returns E_INVALID_STATE and E_OUT_OF_RANGE if the instance of %Calendar to be compared is invalid.
         *
         * @section                 CompCalendarBeforeSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the instance of %Calendar to be compared is invalid.
@@ -334,7 +334,7 @@ public:
         * -# The method returns E_INVALID_STATE if the time field is invalid.
         *
         * @section                 CompCalendarRollSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        *
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the time field is invalid.
@@ -772,7 +772,7 @@ public:
         * -# The method returns E_UNSUPPORTED_OPERATION if the locale is invalid.
         *
         * @section                 CompCalendarCreateInstanceNSolutionSection Resolutions
-        * This issue has been resolved in Tizen. @n
+        * This issue has been resolved in Tizen.
        * @par When working in Tizen: 
         * -# The method returns E_INVALID_ARG if the locale is invalid.
        * @endif
@@ -887,7 +887,7 @@ protected:
          * -# The method returns E_UNSUPPORTED_OPERATION if the locale is invalid.
          *
          * @section                 CompCalendarConstructSolutionSection Resolutions
-         * This issue has been resolved in Tizen. @n
+         * This issue has been resolved in Tizen.
         * @par When working in Tizen: 
          * -# The method returns E_INVALID_ARG if the locale is invalid.
         * @endif        
index 7aa2017..e02bce2 100644 (file)
@@ -121,7 +121,7 @@ public:
          * -# The method returns E_UNSUPPORTED_OPERATION if the argument is invalid.
          *
          * @section                 CompCurrencyConstructSolutionSection Resolutions
-         * This issue has been resolved in Tizen. @n
+         * This issue has been resolved in Tizen.
         * @par When working in Tizen:
          * -# The method returns E_INVALID_ARG if the argument is invalid.
         * @endif
index 3758226..963d139 100644 (file)
@@ -45,7 +45,7 @@ namespace Tizen { namespace Locales
  *
  * The form of time zone ID is "Area/Location". @n
  *
- * However, the specialized time zone IDs have the different form, such as CST6CDT, EST5EDT and so on.@n
+ * However, the specialized time zone IDs have the different form, such as CST6CDT, EST5EDT and so on. @n
  *
  * For more information on IDs, refer <a href="http://www.iana.org/time-zones" target="_blank">Time Zone Database</a>. @n
  * 
index e0873a5..526305f 100644 (file)
@@ -170,7 +170,7 @@ public:
 
        /**
         * Vibrates the device with the specified pattern and level. @n
-        * This method returns the result immediately so that the vibration occurs simultaneously as the device runs.
+        * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
         * @since 2.0
@@ -188,7 +188,7 @@ public:
         * @param[in]   count       The number of times to execute the given pattern @n
         *                          It should be greater than @c 0.
         * @param[in]   level       The vibration level @n
-        *                          Ranges from [@c 0~ @c 100], where ' @c 0' is a special case indicating the system default level.
+        *                          Ranges from [@c 0~ @c 100], where '@c 0' is a special case indicating the system default level.
         * @exception   E_SUCCESS           The method is successful.
         * @exception   E_PRIVILEGE_DENIED  The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG       A specified input parameter is invalid.
@@ -204,7 +204,7 @@ public:
 
        /**
         * Vibrates the device for the specified duration at the specified @c level. @n
-        * This method returns the result immediately so that the vibration occurs simultaneously as the device runs.
+        * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
         * @since       2.0
index d2124a7..69297e4 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %AsciiEncoding class.
  *
  * This header file contains the declarations of the %AsciiEncoding class. @n
- * The %AsciiEncoding class is derived from the Encoding class.
+ * This class is derived from the Encoding class.
  */
 #ifndef _FTEXT_ASCII_ENCODING_H_
 #define _FTEXT_ASCII_ENCODING_H_
@@ -198,9 +198,8 @@ public:
 
        /**
         * Decodes an instance of the specified Tizen::Base::ByteBuffer into an instance of Tizen::Base::WcharBuffer. @n
-        * The GetCharsN() method maintains no state consistency between conversions. The method is intended for
-        * conversions of complete blocks of bytes and characters in one operation.
-        * This method decodes in a single step.
+        * The %GetCharsN() method does not maintain state consistency between conversions as this method is intended to
+        * convert complete blocks of bytes and characters in one operation and also to decode it in a single step.
         *
         * @since                       2.0
         *
@@ -220,8 +219,8 @@ public:
        /**
         * Decodes an instance of Tizen::Base::ByteBuffer into an instance of Tizen::Base::WcharBuffer as per the specified range. @n
         * The position and limit of the %Tizen::Base::WcharBuffer instance is not changed.
-        * The GetChars() method maintains no state consistency between conversions. The method is intended for
-        * conversions of complete blocks of bytes and characters in one operation.
+        * The %GetChars() method does not maintain state consistency between conversions as this is intended to
+        * convert complete blocks of bytes and characters in one operation.
         *
         * @since                       2.0
         *
@@ -260,7 +259,7 @@ public:
         * @exception   E_INVALID_ARG            A specified input parameter is invalid, or
         *                                         the specified @c bytes is empty.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     GetString() assumes that the Tizen::Base::ByteBuffer instance contains all the bytes necessary to generate the entire string.
+        * @remarks     This method assumes that the Tizen::Base::ByteBuffer instance contains all the bytes necessary to generate the entire string.
         *              If the bytes are in multiple byte arrays, use the Decoder class, which maintains state consistency
         *              between multiple calls.
         * @see                         GetBytesN()
@@ -287,7 +286,7 @@ public:
         * @exception E_UNDERFLOW                                This operation has caused the memory to underflow, or
         *                                                                              the sum of the length of the specified @c index and @c count is greater than the length of the specified @c bytes.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     GetString() assumes that the Tizen::Base::ByteBuffer instance contains all the bytes necessary to generate the entire string.
+        * @remarks     This method assumes that the Tizen::Base::ByteBuffer instance contains all the bytes necessary to generate the entire string.
         *              If the bytes are in multiple byte arrays, use the Decoder class, which maintains state consistency
         *              between multiple calls.
         * @see                         GetBytes()
@@ -301,7 +300,7 @@ public:
        *
        * @return               The maximum number of bytes required for encoding a given number of characters
        * @param[in]    charCount The total number of characters to encode
-       * @remarks   GetMaxByteCount() determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
+       * @remarks   This method determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
        * @see                          Encoding::GetByteCount()
        * @see                          GetBytes()
        */
@@ -314,7 +313,7 @@ public:
         *
         * @return              The maximum number of characters that are generated by decoding the specified number of bytes
         * @param[in]   byteCount The total number of bytes to encode
-        * @remarks   GetMaxCharCount() determines an appropriate buffer size for character arrays passed to
+        * @remarks   This method determines an appropriate buffer size for character arrays passed to
         *                GetChars() or a decoder for encoding.
         * @see                         Encoding::GetCharCount()
         * @see                         GetChars()
index 511cb15..e0e11d0 100644 (file)
@@ -39,7 +39,7 @@ namespace Tizen { namespace Text
  *
  * The %Decoder class converts blocks of encoded bytes into blocks of Unicode characters
  * through successive calls to the GetCharsN() method. This class maintains state consistency information between
- * successive calls to GetCharsN(), enabling it to decode a sequence of bytes that span adjacent blocks.
+ * successive calls to %GetCharsN(), enabling it to decode a sequence of bytes that span adjacent blocks.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_text_data_separate_blocks.htm">Converting Text Data in Separate Blocks</a>.
  *
@@ -67,8 +67,8 @@ public:
         * @param[in]   byteIndex The index from where decoding begins
         * @param[in]   byteCount The total number of bytes to decode
         * @param[in]   flush Set to @c true to allow this instance to flush its state at the end of the conversion, @n
-        * @param[out]  charCount The total number of characters that are generated by decoding the specified Tizen::Base::ByteBuffer instance
         *                                              else @c false
+        * @param[out]  charCount The total number of characters that are generated by decoding the specified Tizen::Base::ByteBuffer instance
         * @exception   E_SUCCESS                The method is successful.
         * @exception   E_INVALID_ARG            A specified input parameter is invalid, or
         *                                         the specified @c bytes is empty.
@@ -125,7 +125,7 @@ public:
         * @exception   E_UNDERFLOW                  This operation has caused the memory to underflow, or
         *                                                                                 the sum of the length of the specified @c byteIndex and @c byteCount is greater than the length of the specified @c bytes.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     The GetCharsN() method maintains state consistency between conversions.
+        * @remarks     This method maintains state consistency between conversions.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
         * @remarks             The pointer to the Tizen::Base::WcharBuffer instance is not terminated by a @c null character.
         * @see                 Encoder::GetBytesN()
index bb91348..07e30bd 100644 (file)
@@ -39,7 +39,7 @@ namespace Tizen { namespace Text
  *
  * The %Encoder class converts blocks of characters to blocks of encoded bytes
  * through successive calls to the GetBytesN() method. This class maintains the state consistency information between
- * successive calls to GetBytesN(), enabling it to encode a character into a sequence of bytes,
+ * successive calls to %GetBytesN(), enabling it to encode a character into a sequence of bytes,
  * such as surrogate pairs, that span adjacent blocks.
  *
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_text_data_separate_blocks.htm">Converting Text Data in Separate Blocks</a>.
index a9241be..8654e27 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %Encoding class.
  *
  * This header file contains the declarations of the %Encoding class. @n
- * The %Encoding class is the base class for all character encoding classes.
+ * This class is the base class for all character encoding classes.
  */
 #ifndef _FTEXT_ENCODING_H_
 #define _FTEXT_ENCODING_H_
@@ -205,7 +205,7 @@ public:
        virtual Tizen::Base::ByteBuffer* GetBytesN(const Tizen::Base::String& str) const = 0;
 
        /**
-        * Encodes an instance of specified Tizen::Base::WcharBuffer into an instance of Tizen::Base::ByteBuffer as per the specified range. @n
+        * Encodes an instance of the specified Tizen::Base::WcharBuffer into an instance of Tizen::Base::ByteBuffer as per the specified range. @n
         * The position and limit of the %Tizen::Base::ByteBuffer instance is not changed.
         *
         * @since                       2.0
@@ -502,7 +502,7 @@ public:
         *
         * @return    An instance of %Encoding, @n
         *                else @c null if the method fails
-        * @param[in]   encodingType    An encoding type @n
+        * @param[in]   encodingType    An encoding type
         * @exception   E_SUCCESS                               The method is successful.
         * @exception   E_UNSUPPORTED_TYPE      The specified encoding type is not supported.
         * @remarks             The specific error code can be accessed using the GetLastResult() method. @n
index 5749a21..60b37c0 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %GsmEncoding class.
  *
  * This header file contains the declarations of the %GsmEncoding class.
- * The %GsmEncoding class is derived from the Encoding class.
+ * This class is derived from the Encoding class.
  */
 #ifndef _FTEXT_GSM_ENCODING_H_
 #define _FTEXT_GSM_ENCODING_H_
@@ -104,7 +104,7 @@ public:
        virtual ~GsmEncoding(void);
 
        /**
-        * Gets the total number of bytes that are required to encode a specified Tizen::Base::String instance.
+        * Gets the total number of bytes that are required to encode the specified Tizen::Base::String instance.
         *
         * @since                       2.0
         *
@@ -121,7 +121,7 @@ public:
        virtual result GetByteCount(const Tizen::Base::String& str, int& byteCount) const;
 
        /**
-        * Gets the total number of bytes that are required to encode a specified Tizen::Base::WcharBuffer instance.
+        * Gets the total number of bytes that are required to encode the specified Tizen::Base::WcharBuffer instance.
         *
         * @since                       2.0
         *
index 61874d4..8450215 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %Latin1Encoding class.
  *
  * This header file contains the declarations of the %Latin1Encoding class.
- * The %Latin1Encoding class is derived from the Encoding class.
+ * This class is derived from the Encoding class.
  */
 #ifndef _FTEXT_LATIN1_ENCODING_H_
 #define _FTEXT_LATIN1_ENCODING_H_
@@ -49,7 +49,6 @@ namespace Tizen { namespace Text
  *  For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_all_text_data.htm">Converting All Text Data at Once</a>.
  *
  *  The following example demonstrates how to use the %Latin1Encoding class.
-
  *
  *  @code
  *     #include <FBase.h>
@@ -166,7 +165,7 @@ public:
         * @exception   E_OVERFLOW                This operation has caused the memory to overflow, or
         *                                        the specified @c bytes does not contain sufficient space to store the encoded characters.
         * @exception   E_INVALID_ENCODING_RANGE  The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     This method encodes a range of characters in a Tizen::Base::WcharBuffer into a range of bytes in a Tizen::Base::ByteBuffer.
+        * @remarks     This method encodes a range of characters in Tizen::Base::WcharBuffer into a range of bytes in Tizen::Base::ByteBuffer.
         * @see                 GetChars()
         */
        virtual result GetBytes(const Tizen::Base::WcharBuffer& chars, int charIndex, int charCount,
index 40a2c17..535e131 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %Ucs2Encoding class.
  *
  * This header file contains the declarations of the %Ucs2Encoding class.
- * The %Ucs2Encoding class is derived from the Encoding class.
+ * This class is derived from the Encoding class.
  */
 #ifndef _FTEXT_UCS2_ENCODING_H_
 #define _FTEXT_UCS2_ENCODING_H_
@@ -159,7 +159,7 @@ public:
         * @exception   E_UNDERFLOW              This operation has caused the memory to underflow, or
         *                                                                               the sum of the length of the specified @c charIndex and @c charCount is greater than the length of the specified @c chars.
         * @exception           E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     GetByteCount() determines the exact number of bytes
+        * @remarks     This method determines the exact number of bytes
         *              that are produced if the given array of characters is encoded.
         * @see                 GetMaxByteCount()
         */
@@ -271,7 +271,7 @@ public:
         * @exception   E_INVALID_ARG            A specified input parameter is invalid, or
         *                                         the specified @c bytes is empty.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     GetCharCount() determines the exact number of characters
+        * @remarks     This method determines the exact number of characters
         *              that are produced if the given range of bytes is converted.
         * @see                         GetMaxCharCount()
         */
@@ -295,7 +295,7 @@ public:
         * @exception   E_UNDERFLOW              This operation has caused the memory to underflow, or
         *                                                                         the sum of the length of the specified @c byteIndex and @c byteCount is greater than the length of the specified @c bytes.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     GetCharCount() determines the exact number of characters
+        * @remarks     This method determines the exact number of characters
         *              that are produced if the given range of bytes is converted.
         * @see                         GetMaxCharCount()
         */
@@ -397,7 +397,7 @@ public:
        *
        * @return               The maximum number of bytes required for encoding the given number of characters
        * @param[in]    charCount The total number of characters to encode
-       * @remarks   GetMaxByteCount() determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
+       * @remarks   This method determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
        * @see                          GetByteCount()
        * @see                          GetBytes()
        */
@@ -411,7 +411,7 @@ public:
        *
        * @return                       The maximum number of characters generated by decoding the specified number of bytes
        * @param[in]            byteCount The total number of bytes to encode
-       * @remarks     GetMaxCharCount() determines an appropriate buffer size for the character arrays passed to
+       * @remarks     This method determines an appropriate buffer size for the character arrays passed to
        *                   GetChars() or a decoder for encoding.
        * @see                                  GetByteCount()
        * @see                                  GetChars()
index 6037b69..830a20a 100644 (file)
@@ -182,7 +182,7 @@ public:
         * @exception   E_UNDERFLOW                  This operation has caused the memory to underflow, or
         *                                                                                the sum of the length of the specified @c byteIndex and @c byteCount is greater than the length of the specified @c bytes.
         * @exception   E_INVALID_ENCODING_RANGE The specified string contains code points that are outside the bounds of the character encoding scheme.
-        * @remarks     The GetCharsN() method maintains state consistency between conversions.
+        * @remarks     This method maintains state consistency between conversions.
         * @remarks             The specific error code can be accessed using the GetLastResult() method.
         * @remarks             The pointer to the Tizen::Base::ByteBuffer instance is not terminated by a @c null character.
         *
index dc50a83..b5b5b5d 100644 (file)
@@ -50,7 +50,6 @@ namespace Tizen { namespace Text
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_text_data_separate_blocks.htm">Converting Text Data in Separate Blocks</a>.
  *
  * The following example demonstrates how to use the %Utf8Encoder class.
-
  *
  * @code
  *     #include <FBase.h>
index 10035cc..168c452 100644 (file)
@@ -20,7 +20,7 @@
  * @brief              This is the header file for the %Utf8Encoding class.
  *
  * This header file contains the declarations of the %Utf8Encoding class.
- * The %Utf8Encoding class is derived from the Encoding class.
+ * This class is derived from the Encoding class.
  */
 #ifndef _FTEXT_UTF8_ENCODING_H_
 #define _FTEXT_UTF8_ENCODING_H_
@@ -47,7 +47,6 @@ namespace Tizen { namespace Text
  * For more information on the class features, see <a href="../org.tizen.native.appprogramming/html/guide/text/converting_all_text_data.htm">Converting All Text Data at Once</a>.
  *
  * The following example demonstrates how to use the %Utf8Encoding class.
-
  *
  *  @code
  *     #include <FBase.h>
@@ -109,7 +108,7 @@ public:
 
        /**
         * Gets the total number of bytes that are generated by encoding an instance of specified string. @n
-        * The GetByteCount() method determines the total number of bytes that are generated when the specified string is encoded.
+        * The %GetByteCount() method determines the total number of bytes that are generated when the specified string is encoded.
         *
         * @since                       2.0
         *
@@ -126,7 +125,7 @@ public:
 
        /**
         * Gets the total number of bytes that are generated by encoding an instance of specified Tizen::Base::WcharBuffer. @n
-        * The GetByteCount() method determines the exact number of bytes
+        * The %GetByteCount() method determines the exact number of bytes
         * produced if the given array of characters is encoded.
         *
         * @since                       2.0
@@ -144,7 +143,7 @@ public:
 
        /**
         * Gets the total number of bytes that are required to encode a range of characters in the specified Tizen::Base::WcharBuffer instance. @n
-        * The GetByteCount() method determines the total number of bytes that are generated when the specified array of characters is encoded.
+        * The %GetByteCount() method determines the total number of bytes that are generated when the specified array of characters is encoded.
         *
         * @since                       2.0
         *
@@ -166,7 +165,7 @@ public:
        virtual result GetByteCount(const Tizen::Base::WcharBuffer& chars, int charIndex, int charCount, int& byteCount) const;
 
        /**
-        * Encodes an instance of specified Tizen::Base::WcharBuffer into an instance of Tizen::Base::ByteBuffer.
+        * Encodes an instance of the specified Tizen::Base::WcharBuffer into an instance of Tizen::Base::ByteBuffer.
         *
         * @since                       2.0
         *
@@ -184,7 +183,7 @@ public:
        virtual Tizen::Base::ByteBuffer* GetBytesN(const Tizen::Base::WcharBuffer& chars) const;
 
        /**
-        * Encodes an instance of specified Tizen::Base::String into an instance of Tizen::Base::ByteBuffer.
+        * Encodes an instance of the specified Tizen::Base::String into an instance of Tizen::Base::ByteBuffer.
         *
         * @since                       2.0
         *
@@ -260,7 +259,7 @@ public:
 
        /**
         * Gets the total number of characters that are generated by decoding an instance of Tizen::Base::ByteBuffer. @n
-        * The GetCharCount() method determines the exact number of characters
+        * The %GetCharCount() method determines the exact number of characters
         * produced if the given range of bytes is converted.
         *
         * @since                       2.0
@@ -278,7 +277,7 @@ public:
 
        /**
         * Gets the total number of characters that are generated by decoding a range of elements specified in the Tizen::Base::ByteBuffer instance. @n
-        * The GetCharCount() method determines the exact number of characters
+        * The %GetCharCount() method determines the exact number of characters
         * produced if the given range of bytes is converted.
         *
         * @since                       2.0
@@ -301,7 +300,7 @@ public:
        virtual result GetCharCount(const Tizen::Base::ByteBuffer& bytes, int byteIndex, int byteCount, int& charCount) const;
 
        /**
-        * Decodes an instance of specified Tizen::Base::ByteBuffer into an instance of Tizen::Base::WcharBuffer.
+        * Decodes an instance of the specified Tizen::Base::ByteBuffer into an instance of Tizen::Base::WcharBuffer.
         *
         * @since                       2.0
         *
@@ -396,7 +395,7 @@ public:
         *
         * @return              The maximum number of bytes required for encoding a given number of characters
         * @param[in]   charCount The total number of characters to encode
-        * @remarks     GetMaxByteCount() determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
+        * @remarks     This method determines an appropriate buffer size for the byte arrays passed to GetBytes() for encoding.
         * @see                 GetByteCount()
         * @see                 GetBytes()
         */
@@ -410,7 +409,7 @@ public:
        *
        * @return                       The maximum number of characters generated by decoding the specified number of bytes
        * @param[in]            byteCount The total number of bytes to encode
-       * @remarks     GetMaxCharCount() determines an appropriate buffer size for the character arrays passed to
+       * @remarks     This method determines an appropriate buffer size for the character arrays passed to
        *                   GetChars() or a decoder for encoding.
        * @see                  GetCharCount()
        * @see                  GetChars()