Add deprecate tag on API reference
authorJoohyun Kim <joohyune.kim@samsung.com>
Thu, 4 Jul 2013 07:15:52 +0000 (16:15 +0900)
committerJoohyun Kim <joohyune.kim@samsung.com>
Thu, 4 Jul 2013 07:15:52 +0000 (16:15 +0900)
Change-Id: I86bf6a6dc27ed8da4072d21a50b7de220559b38d
Signed-off-by: Joohyun Kim <joohyune.kim@samsung.com>
inc/FSysPowerManager.h
inc/FSysVibrator.h

index 64043f6..8b1264a 100644 (file)
@@ -222,7 +222,8 @@ public:
        /**
         * Sets the screen event listener.
         *
-        * @deprecated This method is deprecated. @n 
+        * @brief       <i>[Deprecated]</i>
+        * @deprecated  This method is deprecated. @n 
         * Instead of using this method, use AddScreenEventListener() and RemoveScreenEventListener().
         * @since       2.0
         *
@@ -266,7 +267,8 @@ public:
        /**
         * Sets the charging event listener.
         *
-        * @deprecated This method is deprecated. @n
+        * @brief       <i>[Deprecated]</i>
+        * @deprecated  This method is deprecated. @n
         *               Instead of using this method, use AddChargingEventListener() and RemoveChargingEventListener().
         * @since       2.0
         *
index 7a0100d..33463c3 100644 (file)
@@ -172,10 +172,11 @@ public:
         * 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.
         *
+        * @brief       <i>[Deprecated]</i>
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern*, int, int).
         * @since 2.0
         * @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
@@ -204,6 +205,7 @@ public:
         * 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.
         *
+        * @brief       <i>[Deprecated]</i>
         * @deprecated This method is deprecated. Instead of using this method, use Start(IntensityDurationVibrationPattern*, int, int).
         * @since       2.0
         * @privlevel   public