From: Taeyoung Kim Date: Wed, 4 May 2016 03:00:18 +0000 (+0900) Subject: display: hide display dim state on TV profile X-Git-Tag: submit/tizen/20160803.081834~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7fe5ad7639012f8b816514bb44ce104041d511ca;p=platform%2Fcore%2Fapi%2Fdevice.git display: hide display dim state on TV profile - TV profile does not support dim state of display. Thus doxygen is updated not to show dim state on TV profile. Change-Id: I5f9f0a9c9e391b666ea8faf7a25e3dec6baf1ffa Signed-off-by: Taeyoung Kim --- diff --git a/include/display.h b/include/display.h index c04e106..7f369c7 100755 --- a/include/display.h +++ b/include/display.h @@ -143,7 +143,7 @@ int device_display_set_brightness(int display_index, int brightness); typedef enum { DISPLAY_STATE_NORMAL, /**< Normal state */ - DISPLAY_STATE_SCREEN_DIM, /**< Screen dim state */ + DISPLAY_STATE_SCREEN_DIM, /**< @if TV @internal @endif Screen dim state */ DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */ } display_state_e;