Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseUtilDeflator.h
index b967302..5aa6431 100644 (file)
@@ -1,5 +1,4 @@
 //
-// Open Service Platform
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
 // Licensed under the Apache License, Version 2.0 (the License);
@@ -97,11 +96,11 @@ public:
         * @return                      A pointer to the ByteBuffer instance with the deflated equivalent of the source buffer @n
         *                                      The buffer's limit is the length of the deflated data, @n
         *                                      else @c null if an exception occurs.
-        * @param[in]           src     The buffer to deflate
-        * @param[in]           byteCount       The number of bytes to deflate from the source buffer
-        * @param[in]           level           Set to @c BEST_SPEED or @c BEST_COMPRESSION @n
-        *                                                              By default, it is set to @c DEFAULT_COMPRESSION.
-        * @exception           E_SUCCESS       The method is successful.
+        * @param[in]           src                             The buffer to deflate
+        * @param[in]           byteCount               The number of bytes to deflate from the source buffer
+        * @param[in]           level                   Set to @c BEST_SPEED or @c BEST_COMPRESSION @n
+        *                                                                      By default, it is set to @c DEFAULT_COMPRESSION.
+        * @exception           E_SUCCESS               The method is successful.
         * @exception           E_INVALID_ARG   A specified input parameter is invalid.
         * @exception           E_SYSTEM        A system error has occurred.
         * @remarks                     The specific error code can be accessed using the GetLastResult() method.
@@ -117,12 +116,12 @@ public:
         * @return                      A pointer to the ByteBuffer instance with the deflated equivalent of the source buffer @n
         *                                      The buffer's limit is the length of the deflated data, @n
         *                                      else @c null if an exception occurs.
-        * @param[in]           src             The buffer to deflate
-        * @param[in]           level   Set to @c BEST_SPEED or @c BEST_COMPRESSION @n
-        *                                                      By default, it is set to @c DEFAULT_COMPRESSION.
-        * @exception           E_SUCCESS       The method is successful.
+        * @param[in]           src                             The buffer to deflate
+        * @param[in]           level                   Set to @c BEST_SPEED or @c BEST_COMPRESSION @n
+        *                                                                      By default, it is set to @c DEFAULT_COMPRESSION.
+        * @exception           E_SUCCESS               The method is successful.
         * @exception           E_INVALID_ARG   A specified input parameter is invalid.
-        * @exception           E_SYSTEM        A system error has occurred.
+        * @exception           E_SYSTEM                A system error has occurred.
         * @remarks                     The specific error code can be accessed using the GetLastResult() method.
         * @see                         Tizen::Base::Utility::Inflator
         */