Fixed Klocworks issues
[platform/framework/native/appfw.git] / inc / FSysAlarm.h
index 902fd9b..4436b99 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);
@@ -83,10 +82,11 @@ public:
         *
         * @since       2.0
         *
+        * @privlevel   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.
@@ -100,12 +100,13 @@ public:
         *
         * @since       2.0
         *
+        * @privlevel   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.
@@ -119,6 +120,7 @@ public:
         *
         * @since       2.0
         *
+        * @privlevel   public
         * @privilege   %http://tizen.org/privilege/alarm
         *
         * @return      An error code