display: hide display dim state on TV profile 02/68402/2
authorTaeyoung Kim <ty317.kim@samsung.com>
Wed, 4 May 2016 03:00:18 +0000 (12:00 +0900)
committerKunhoon Baik <knhoon.baik@samsung.com>
Mon, 25 Jul 2016 07:24:42 +0000 (00:24 -0700)
- 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 <ty317.kim@samsung.com>
include/display.h

index c04e106..7f369c7 100755 (executable)
@@ -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;