Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseRtIEventListener.h
index ff2db0b..f734d26 100644 (file)
@@ -15,8 +15,8 @@
 //
 
 /**
- * @file                       FBaseRtIEventListener.h
- * @brief                      This is the header file for the %IEventListener interface.
+ * @file         FBaseRtIEventListener.h
+ * @brief        This is the header file for the %IEventListener interface.
  *
  * This header contains the declarations of the %IEventListener interface.
  */
@@ -32,12 +32,12 @@ namespace Tizen { namespace Base { namespace Runtime
 
 /**
  * @interface IEventListener
- * @brief  This is a tagging interface that all event listeners must implement.
+ * @brief  This interface is a tagging interface that all event listeners must implement.
  *
  * @since 2.0
  *
  * The %IEventListener interface is a tagging interface that all event listeners must implement.
- * The event listener can listen when the specific event occurs. The event listener
+ * The event listener can listen when a specific event occurs. The event listener
  * has several methods, and each method is called when a specific event occurs.
  *
  */