From 0e335d5ba5d59af9de8eba9d49fa368a6fccacbf Mon Sep 17 00:00:00 2001 From: lokilee73 Date: Mon, 11 Sep 2017 19:48:09 +0900 Subject: [PATCH] Display: remove an incorrect sentence Change-Id: I18d390f561859fdc8082153175045bfba4f6f919 Signed-off-by: lokilee73 --- include/display.h | 1 - 1 file changed, 1 deletion(-) mode change 100644 => 100755 include/display.h diff --git a/include/display.h b/include/display.h old mode 100644 new mode 100755 index 67d3441..6dc41c2 --- a/include/display.h +++ b/include/display.h @@ -121,7 +121,6 @@ int device_display_set_brightness(int display_index, int brightness); /** * @brief Enumeration for the available display states. - * @details An application cannot put the device into the power off state or the suspend state. * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif */ typedef enum -- 2.7.4