From b96ffa1b6ecee7e38a56c8f62cb093e6bc54fcb3 Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Wed, 7 Oct 2020 16:53:38 +0900 Subject: [PATCH] Change comments Change-Id: I5a45a46a27203ffdf0d020f878773590af3257a0 Signed-off-by: lokilee73 (cherry picked from commit bb139aa4fe99c5ba112d9c9a89894b28c941b799) --- include/display-enum.h | 2 +- include/power.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/display-enum.h b/include/display-enum.h index cdfabfe..9434bde 100644 --- a/include/display-enum.h +++ b/include/display-enum.h @@ -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 diff --git a/include/power.h b/include/power.h index 299e004..f049bf9 100644 --- a/include/power.h +++ b/include/power.h @@ -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 */ -- 2.7.4