From: Sabeena Sankanur <35525967+sabeena21@users.noreply.github.com> Date: Mon, 3 Sep 2018 03:53:05 +0000 (+0530) Subject: Review of power.cs (#433) X-Git-Tag: 5.0.0.14562~75 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fd0153a5843e41de427357fb8d92746099df962;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Review of power.cs (#433) --- diff --git a/src/Tizen.System/Device/Power.cs b/src/Tizen.System/Device/Power.cs index 65e9d49..fb833e9 100644 --- a/src/Tizen.System/Device/Power.cs +++ b/src/Tizen.System/Device/Power.cs @@ -30,12 +30,12 @@ namespace Tizen.System /// 5 Cpu = Interop.Device.PowerLock.Cpu, /// - /// Display normal lock + /// Display the normal lock. /// /// 5 DisplayNormal = Interop.Device.PowerLock.DisplayNormal, /// - /// Display dim lock + /// Display the dim lock. /// /// 5 DisplayDim = Interop.Device.PowerLock.DisplayDim, @@ -106,7 +106,7 @@ namespace Tizen.System /// /// 5 /// - /// The power type to request lock + /// The power type to request lock. /// /// /// The positive number in milliseconds or 0 for the permanent lock. @@ -133,7 +133,7 @@ namespace Tizen.System /// /// 5 /// - /// The power type to request lock + /// The power type to request lock. /// /// When an invalid parameter value is set. /// If the privilege is not set.