Remove internal tag in display_state_e 74/200674/1
authorlokilee73 <changjoo.lee@samsung.com>
Thu, 28 Feb 2019 04:52:36 +0000 (13:52 +0900)
committerlokilee73 <changjoo.lee@samsung.com>
Thu, 28 Feb 2019 04:53:35 +0000 (13:53 +0900)
@if TV @internal @endif is internal tag.
And it has no meaning becasue TV is not defined.
So, remove it.

Change-Id: I8009e3c9fadddd65c771aea165f4f60bf8f18567
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
include/display.h

index e31cfdc..63e1156 100644 (file)
@@ -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;