Power: change a word form MObile to MOBILE for API reference 36/147836/1
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 6 Sep 2017 01:45:13 +0000 (10:45 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Wed, 6 Sep 2017 01:45:18 +0000 (10:45 +0900)
Change-Id: I5c6a06d8507b09ec6ebd3596809a7154c2240272
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/power.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4f63784..28bfbe4
@@ -38,12 +38,12 @@ extern "C" {
  * @brief Enumeration for lock type.
  * @details Each enum ensures that the suitable device is on until all the lock requests have been released or after a timeout.
  * <TABLE>
- * <TR><TH>Enum Type</TH><TH>CPU</TH><TH>Brightness(Display)</TH></TR> 
+ * <TR><TH>Enum Type</TH><TH>CPU</TH><TH>Brightness(Display)</TH></TR>
  * <TR><TD>POWER_LOCK_CPU</TD><TD>ON</TD><TD>OFF</TD></TR>
  * <TR><TD>POWER_LOCK_DISPLAY</TD><TD>ON</TD><TD>ON(Normal)</TD></TR>
  * <TR><TD>POWER_LOCK_DISPLAY_DIM</TD><TD>ON</TD><TD>ON(Dim)</TD></TR>
  * </TABLE>
- *          The POWER_LOCK_DISPLAY and POWER_LOCK_DISPLAY_DIM types were deprecated in Tizen @if Mobile 2.4 @elseif WEARABLE 3.0 @endif.\n
+ *          The POWER_LOCK_DISPLAY and POWER_LOCK_DISPLAY_DIM types were deprecated in Tizen @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif.\n
  *          Please use below api set instead of these types.\n
  *          int efl_util_set_window_screen_mode(Evas_Object *window, efl_util_screen_mode_e mode); \n
  *          int efl_util_get_window_screen_mode(Evas_Object *window, efl_util_screen_mode_e *mode);
@@ -54,8 +54,8 @@ extern "C" {
  */
 typedef enum {
     POWER_LOCK_CPU, /**< CPU lock */
-    POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if Mobile 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
-    POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if Mobile 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
+    POWER_LOCK_DISPLAY, /**< Display normal lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
+    POWER_LOCK_DISPLAY_DIM, /**< Display dim lock (Deprecated since @if MOBILE 2.4 @elseif WEARABLE 3.0 @endif. Use efl_util_set_window_screen_mode() instead) */
 } power_lock_e;