merge the review
[platform/framework/native/appfw.git] / inc / FBaseRtIEventArg.h
index c367a0e..3137e42 100644 (file)
@@ -16,9 +16,9 @@
 
 /**
  * @file       FBaseRtIEventArg.h
- * @brief      This is the header file for the %IEventArg class.
+ * @brief      This is the header file for the %IEventArg interface.
  *
- * This file contains the declarations of the %IEventArg class.
+ * This file contains the declarations of the %IEventArg interface.
  */
 
 #ifndef _FBASE_RT_IEVENT_ARG_H_
@@ -28,8 +28,11 @@ namespace Tizen { namespace Base { namespace Runtime
 {
 /**
 * @interface IEventArg
-* @brief          This is a tagging interface that all event argument must implement.
+* @brief          This interface is a tagging interface that all event argument must implement.
+*
 * @since 2.0
+*
+* The %IEventArg interface is a tagging interface that all event argument must implement.
 */
 class IEventArg
 {