Applied reviewed header(DateTime to Uuid)
[platform/framework/native/appfw.git] / inc / FBaseUtilInflator.h
index f423982..0318769 100644 (file)
@@ -88,11 +88,11 @@ public:
         * @return                      A pointer to the ByteBuffer instance with the inflated equivalent of the source buffer @n
         *                                      The buffer's limit is the length of the inflated data, @n
         *                                      else @c null if an exception occurs.
-        * @param[in]           src     The buffer to inflate
-        * @param[in]           byteCount       The number of bytes to inflate from the source buffer
-        * @exception           E_SUCCESS       The method is successful.
+        * @param[in]           src                             The buffer to inflate
+        * @param[in]           byteCount               The number of bytes to inflate from the source buffer
+        * @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::Deflator
         */
@@ -106,10 +106,10 @@ public:
         * @return                      A pointer to the ByteBuffer instance with the inflated equivalent of the source buffer @n
         *                                      The buffer's limit is the length of the inflated data, @n
         *                                      else @c null if an exception occurs.
-        * @param[in]           src     The buffer to inflate
-        * @exception           E_SUCCESS       The method is successful.
+        * @param[in]           src                             The buffer to inflate
+        * @exception           E_SUCCESS               The method is successful.
         * @exception           E_INVALID_ARG   The 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::Deflator
         */