[System][Non-ACR] Add comments in DisplayState and PowerLock (#2084)
authorLee Chang Joo <changjoo.lee@samsung.com>
Wed, 7 Oct 2020 05:20:32 +0000 (14:20 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 05:20:32 +0000 (14:20 +0900)
- Dim is not supported, when DIM state is disabled.

Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/Tizen.System/Device/Display.cs
src/Tizen.System/Device/Power.cs

index 39323b3..71f665c 100644 (file)
@@ -22,6 +22,9 @@ namespace Tizen.System
     /// Enumeration for the available display states.
     /// An application cannot put the device into the power off state or the suspend state.
     /// </summary>
+    /// <remarks>
+    /// Dim may not be supported if the DIM state is disabled on the platform.
+    /// </remarks>
     /// <since_tizen> 3 </since_tizen>
     public enum DisplayState
     {
index fb833e9..f2fead7 100644 (file)
@@ -21,6 +21,9 @@ namespace Tizen.System
     /// <summary>
     /// Enumeration for power lock type.
     /// </summary>
+    /// <remarks>
+    /// DisplayDim may not be supported if the DIM state is disabled on the platform.
+    /// </remarks>
     /// <since_tizen> 5 </since_tizen>
     public enum PowerLock
     {