[2.2][DCM-1937] Change doxygen comment about limit in Tizen::Base::Utility::StringUti...
authordahyeong.kim <dahyeong.kim@samsung.com>
Mon, 10 Jun 2013 13:08:22 +0000 (22:08 +0900)
committerdahyeong.kim <dahyeong.kim@samsung.com>
Mon, 10 Jun 2013 13:08:22 +0000 (22:08 +0900)
Change-Id: I0f4ebb85cbebc94003c4bc1088f97a0eb4b83adf
Signed-off-by: dahyeong.kim <dahyeong.kim@samsung.com>
inc/FBaseUtilStringUtil.h

index f4e0de4..6f87af8 100644 (file)
@@ -272,7 +272,7 @@ public:
 
        /**
         * Decodes a string consisting of base 64 digits to a ByteBuffer. @n
-        * The buffer's limit is the length of the string plus one and the starting position is @c 0.
+        * The ByteBuffer's limit is the length of the decoded multibyte string and the starting position is @c 0.
         *
         * @since 2.0
         *