change the description in remarks tag to pre tag
authorMinkyoung Kang <mklove.kang@samsung.com>
Wed, 26 Jun 2013 00:29:59 +0000 (09:29 +0900)
committerMinkyoung Kang <mklove.kang@samsung.com>
Wed, 26 Jun 2013 00:59:27 +0000 (09:59 +0900)
Change-Id: Id6e49569f0b9fd3e5142eca1fc99138ba1f4d3c2

inc/FWebJsonJsonWriter.h

index a6ee8fb..d65aa1f 100755 (executable)
@@ -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);