Revise Tizen::Io doxygen
[platform/framework/native/appfw.git] / inc / FSysIAlarmEventListener.h
index 40331fc..23c33eb 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);
@@ -36,11 +35,11 @@ class Alarm;
 
 /**
  * @interface  IAlarmEventListener
- * @brief      This interface is the listener of the alarm event.
+ * @brief              This interface is the listener of the alarm event.
  *
  * @since      2.0
  *
- * The %IAlarmEventListener interface must be registered and implemented by an application to receive Alarm events from the system.
+ * The %IAlarmEventListener interface must be registered and implemented by an application to receive alarm events from the system.
  *
  */
 class _OSP_EXPORT_ IAlarmEventListener
@@ -48,7 +47,9 @@ class _OSP_EXPORT_ IAlarmEventListener
 {
 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
         */
@@ -64,11 +65,12 @@ public:
        virtual void OnAlarmExpired(Alarm& alarm) = 0;
 
 protected:
-       // The following methods are reserved, and the name of methods can be changed at any time without prior notice.
        //
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
+       // This method is reserved and may change its name at any time without prior notice.
+       //
        // @since 2.0
        //
        virtual void OnIAlarmEventListener_Reserved1(void) {};
@@ -77,6 +79,8 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
+       // This method is reserved and may change its name at any time without prior notice.
+       //
        // @since 2.0
        virtual void OnIAlarmEventListener_Reserved2(void) {};
 
@@ -84,6 +88,8 @@ protected:
        // This method is for internal use only.
        // Using this method can cause behavioral, security-related, and consistency-related issues in the application.
        //
+       // This method is reserved and may change its name at any time without prior notice.
+       //
        // @since 2.0
        virtual void OnIAlarmEventListener_Reserved3(void) {};