Revise Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FIoISerialPortEventListener.h
index 890d0f1..a8d1eb0 100644 (file)
@@ -54,7 +54,7 @@ public:
        * @since                2.0
        *
        * @param[in]    byteBuffer              A byte buffer that contains the received data
-       * @remarks                      The ByteBuffer instance needs to be deleted by the application.
+       * @remarks              The ByteBuffer instance needs to be deleted by the application.
        */
        virtual void OnSerialPortDataReceivedN(Tizen::Base::ByteBuffer& byteBuffer) = 0;
 
@@ -63,9 +63,9 @@ public:
        *
        * @since                2.0
        *
-       * @param[in]    r       The error code
+       * @param[in]    r                               The error code
        * @exception    E_INVALID_DATA  The data is invalid.
-       * @exception    E_SYSTEM                                A system error has occurred.
+       * @exception    E_SYSTEM                A system error has occurred.
        */
        virtual void OnSerialPortErrorOccured(result r) = 0;