Apply the reviewed doxygen
[platform/framework/native/appfw.git] / inc / FSysVibrator.h
index 11a1dd3..526305f 100644 (file)
@@ -152,7 +152,7 @@ public:
          *
          * @since 2.1
          *
-         * @privilege     http://tizen.org/privilege/vibrator
+         * @privilege     %http://tizen.org/privilege/vibrator
          *
          * @return      An error code
          *
@@ -170,7 +170,7 @@ public:
 
        /**
         * Vibrates the device with the specified pattern and level. @n
-        * This method returns the result immediately so that the vibration occurs simultaneously as the device runs.
+        * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
         * @since 2.0
@@ -178,7 +178,7 @@ public:
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @param[in]   onPeriod    The period in milliseconds when the vibrator is on @n
@@ -188,7 +188,7 @@ public:
         * @param[in]   count       The number of times to execute the given pattern @n
         *                          It should be greater than @c 0.
         * @param[in]   level       The vibration level @n
-        *                          Ranges from [@c 0~ @c 100], where ' @c 0' is a special case indicating the system default level.
+        *                          Ranges from [@c 0~ @c 100], where '@c 0' is a special case indicating the system default level.
         * @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.
@@ -204,7 +204,7 @@ public:
 
        /**
         * Vibrates the device for the specified duration at the specified @c level. @n
-        * This method returns the result immediately so that the vibration occurs simultaneously as the device runs.
+        * The %Start() method returns the result immediately so that the vibration occurs simultaneously as the device runs.
         * If this method is called again before the previous vibration stops, the previous vibration is canceled and the new vibration starts immediately.
         *
         * @since       2.0
@@ -212,7 +212,7 @@ public:
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern[] patterns, int length, int repeatCount).
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @param[in]   milliseconds    The duration for the vibration in milliseconds @n
@@ -238,7 +238,7 @@ public:
         * @since   2.0
         *
         * @privlevel   public
-        * @privilege   http://tizen.org/privilege/vibrator
+        * @privilege   %http://tizen.org/privilege/vibrator
         *
         * @return      An error code
         * @exception   E_SUCCESS           The method is successful.