Merge "Fix the prevent issue - #38349" into tizen_2.2
[platform/framework/native/appfw.git] / inc / FSysAlarm.h
index 4027292..460078d 100644 (file)
@@ -85,7 +85,7 @@ public:
         * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
-        * @param[in]   duetime                 The time for the alarm to ring. @n Any value with a unit that is less than a second is ignored.
+        * @param[in]   duetime                 The time for the alarm to ring @n Any value with a unit that is less than a second is ignored.
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG           The specified @c duetime is invalid.
@@ -102,9 +102,9 @@ public:
         * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code
-        * @param[in]   start                   The time for the alarm to ring first. @n Any value with a unit that is less than a second is ignored.
-        * @param[in]   period                  The interval in minutes between consecutive alarm rings.
-        * @param[in]   pEnd                    The time for the alarm ring to end. @n Any value with a unit that is less than a second is ignored.
+        * @param[in]   start                   The time for the alarm to ring first @n Any value with a unit that is less than a second is ignored.
+        * @param[in]   period                  The interval in minutes between consecutive alarm rings
+        * @param[in]   pEnd                    The time for the alarm ring to end @n Any value with a unit that is less than a second is ignored.
         * @exception   E_SUCCESS               The method is successful.
         * @exception   E_PRIVILEGE_DENIED      The application does not have the privilege to call this method.
         * @exception   E_INVALID_ARG           A specified input parameter is invalid.