Enable build with iniparser v 3.1
[platform/framework/native/appfw.git] / inc / FBaseRtIEventListener.h
index a5f7278..f734d26 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);
@@ -16,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.
  */
@@ -33,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.
  *
  */