From 2463555fb50c5d060c0142d82caaf5dc7621d728 Mon Sep 17 00:00:00 2001 From: "dahyeong.kim" Date: Mon, 10 Jun 2013 22:08:22 +0900 Subject: [PATCH] [2.2][DCM-1937] Change doxygen comment about limit in Tizen::Base::Utility::StringUtil::DecodeBase64StringN() Change-Id: I0f4ebb85cbebc94003c4bc1088f97a0eb4b83adf Signed-off-by: dahyeong.kim --- inc/FBaseUtilStringUtil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/FBaseUtilStringUtil.h b/inc/FBaseUtilStringUtil.h index f4e0de4..6f87af8 100644 --- a/inc/FBaseUtilStringUtil.h +++ b/inc/FBaseUtilStringUtil.h @@ -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 * -- 2.7.4