Change comments 33/245333/1
authorlokilee73 <changjoo.lee@samsung.com>
Wed, 7 Oct 2020 07:53:38 +0000 (16:53 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 7 Oct 2020 07:59:16 +0000 (07:59 +0000)
Change-Id: I5a45a46a27203ffdf0d020f878773590af3257a0
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
(cherry picked from commit bb139aa4fe99c5ba112d9c9a89894b28c941b799)

include/display-enum.h
include/power.h

index cdfabfe..9434bde 100644 (file)
@@ -11,7 +11,7 @@ extern "C" {
 /**
  * @brief Enumeration for the available display states.
  * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
- * @remarks #DISPLAY_STATE_SCREEN_DIM may not be supported if the DIM state is disabled on the platform.
+ * @remarks #DISPLAY_STATE_SCREEN_DIM may be ignored if the DIM state is disabled on the platform.
  */
 
 typedef enum
index 299e004..f049bf9 100644 (file)
@@ -47,7 +47,7 @@ extern "C" {
  * @remarks An application can lock the specific type.
  * @remarks These enums are mutually exclusive.
  * @remarks You cannot combine with an enum below.
- * @remarks #POWER_LOCK_DISPLAY_DIM may not be supported if the DIM state is disabled on the platform.
+ * @remarks #POWER_LOCK_DISPLAY_DIM may be ignored if the DIM state is disabled on the platform.
  */
 typedef enum {
     POWER_LOCK_CPU, /**< CPU lock */