[System][Non-ACR] Change comments in DisplayState and PowerLock (#2088)
authorLee Chang Joo <changjoo.lee@samsung.com>
Wed, 7 Oct 2020 08:56:46 +0000 (17:56 +0900)
committerGitHub <noreply@github.com>
Wed, 7 Oct 2020 08:56:46 +0000 (17:56 +0900)
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
src/Tizen.System/Device/Display.cs
src/Tizen.System/Device/Power.cs

index 71f665c..533669d 100644 (file)
@@ -23,7 +23,7 @@ namespace Tizen.System
     /// 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.
+    /// Dim may be ignored if the DIM state is disabled on the platform.
     /// </remarks>
     /// <since_tizen> 3 </since_tizen>
     public enum DisplayState
index f2fead7..29f4d3e 100644 (file)
@@ -22,7 +22,7 @@ namespace Tizen.System
     /// Enumeration for power lock type.
     /// </summary>
     /// <remarks>
-    /// DisplayDim may not be supported if the DIM state is disabled on the platform.
+    /// DisplayDim may be ignored if the DIM state is disabled on the platform.
     /// </remarks>
     /// <since_tizen> 5 </since_tizen>
     public enum PowerLock