From: Minkyoung Kang Date: Wed, 26 Jun 2013 00:29:59 +0000 (+0900) Subject: change the description in remarks tag to pre tag X-Git-Tag: submit/tizen_2.2/20130714.152941~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec2ae5c5e8719c358f439824cb605a76fad51f53;p=framework%2Fosp%2Fjson.git change the description in remarks tag to pre tag Change-Id: Id6e49569f0b9fd3e5142eca1fc99138ba1f4d3c2 --- diff --git a/inc/FWebJsonJsonWriter.h b/inc/FWebJsonJsonWriter.h index a6ee8fb..d65aa1f 100755 --- a/inc/FWebJsonJsonWriter.h +++ b/inc/FWebJsonJsonWriter.h @@ -137,13 +137,12 @@ public: * Serializes the JSON-encoded data from IJsonValue to Tizen::Base::ByteBuffer. * * @since 2.0 - * * @return An error code * @param[in] pValue The JSON value to encode - * @param[out] buffer The buffer with JSON-encoded data + * @param[out] buffer The buffer with JSON-encoded data @n + * The value has to be constructed with a non-zero capacity. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_DATA The specified @c pValue is @c null. - * @remarks The ByteBuffer parameter has to be constructed with a non-zero capacity before calling this method. */ static result Compose(const IJsonValue* pValue, Tizen::Base::ByteBuffer& buffer); @@ -151,13 +150,12 @@ public: * Serializes the JSON-encoded data from IJsonValue to Tizen::Base::ByteBuffer with unescaped wide characters. * * @since 2.1 - * * @return An error code * @param[in] pValue The JSON value to encode - * @param[out] buffer The buffer with JSON-encoded data + * @param[out] buffer The buffer with JSON-encoded data @n + * The value has to be constructed with a non-zero capacity. * @exception E_SUCCESS The method is successful. * @exception E_INVALID_DATA The specified @c pValue is @c null. - * @remarks The ByteBuffer parameter has to be constructed with a non-zero capacity before calling this method. */ static result ComposeUnescapeUnicode(const IJsonValue* pValue, Tizen::Base::ByteBuffer& buffer);