Merge "Remove the memory leak on osp-security-service" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSysIDeviceEventListener.h
index 834d155..6b2d0a0 100644 (file)
@@ -33,7 +33,7 @@ namespace Tizen { namespace System
 
 /**
  * @interface  IDeviceEventListener
- * @brief      This interface is the listener of the device state changes.
+ * @brief              This interface is the listener of the device state changes.
  *
  * @since      2.0
  *
@@ -46,7 +46,9 @@ class _OSP_EXPORT_ IDeviceEventListener
 {
 public:
        /**
-        * This is the destructor for this class. This polymorphic destructor should be overridden if required. This way, the destructors of the derived classes are called when the destructor of this interface is called.
+        * This is the destructor for this class. @n
+        * This polymorphic destructor should be overridden if required. @n
+        * This way, the destructors of the derived classes are called when the destructor of this interface is called.
         *
         * @since       2.0
         */
@@ -57,7 +59,7 @@ public:
        *
        * @since        2.0
        *
-       * @param[in]    deviceType      The types of a device
+       * @param[in]    deviceType      The device type
        * @param[in]    state           The device state of type Tizen::Base::String
        */
        virtual void OnDeviceStateChanged(DeviceType deviceType, const Tizen::Base::String& state) = 0;