From: lokilee73 Date: Wed, 7 Oct 2020 07:53:38 +0000 (+0900) Subject: Change comments X-Git-Tag: accepted/tizen/6.0/unified/20201110.230814~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b96ffa1b6ecee7e38a56c8f62cb093e6bc54fcb3;p=platform%2Fcore%2Fapi%2Fdevice.git Change comments Change-Id: I5a45a46a27203ffdf0d020f878773590af3257a0 Signed-off-by: lokilee73 (cherry picked from commit bb139aa4fe99c5ba112d9c9a89894b28c941b799) --- 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 */