From 6a923fa6646a4ec0cb5511fcc0acddd853beb17e Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Thu, 28 Feb 2019 13:55:50 +0900 Subject: [PATCH] Remove internal tag in display_state_e @if TV @internal @endif is internal tag. And it has no meaning becasue TV is not defined. So, remove it. Change-Id: Idc9bd80bf0253110fc67e823a30b189a6d553363 Signed-off-by: lokilee73 --- include/display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/display.h b/include/display.h index e31cfdc..63e1156 100644 --- a/include/display.h +++ b/include/display.h @@ -126,7 +126,7 @@ int device_display_set_brightness(int display_index, int brightness); typedef enum { DISPLAY_STATE_NORMAL, /**< Normal state */ - DISPLAY_STATE_SCREEN_DIM, /**< @if TV @internal @endif Screen dim state */ + DISPLAY_STATE_SCREEN_DIM, /**< Screen dim state */ DISPLAY_STATE_SCREEN_OFF, /**< Screen off state */ } display_state_e; -- 2.7.4