From a00ce0cdbdb7af2bab7f49ce19c16c67ed9e5cba Mon Sep 17 00:00:00 2001 From: Praveen Gattu Date: Wed, 27 Jul 2016 09:20:36 +0530 Subject: [PATCH] Fixed doxygen privilege comments. Change-Id: I2090c478fd08caabdcb028f5dd668ac5ee6efef4 Signed-off-by: Praveen Gattu --- src/Tizen.System/Device/Display.cs | 4 ++-- src/Tizen.System/Device/Haptic.cs | 4 ++-- src/Tizen.System/Device/IR.cs | 4 ++-- src/Tizen.System/Device/Led.cs | 4 ++-- src/Tizen.System/Device/Power.cs | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/Tizen.System/Device/Display.cs b/src/Tizen.System/Device/Display.cs index 9bb8345..c1ec7d9 100644 --- a/src/Tizen.System/Device/Display.cs +++ b/src/Tizen.System/Device/Display.cs @@ -31,9 +31,9 @@ namespace Tizen.System /// It also provides Events for an application to receive the Display state change events from the device. /// To receive the Display event, application should register with assocated EventHandler. /// - /// + /// /// http://tizen.org/privilege/display - /// + /// /// /// Console.WriteLine("Display current state is: {0}", Tizen.System.Display.State); /// Console.WriteLine("Total number of Displays are: {0}", Tizen.System.Display.NumberOfDisplays); diff --git a/src/Tizen.System/Device/Haptic.cs b/src/Tizen.System/Device/Haptic.cs index 7121059..1612f4e 100644 --- a/src/Tizen.System/Device/Haptic.cs +++ b/src/Tizen.System/Device/Haptic.cs @@ -10,9 +10,9 @@ namespace Tizen.System /// It allows the management of the device's vibrator parameters, such as the vibration count and level. /// It provides methods to Vibrate and Stop the vibration. /// - /// + /// /// http://tizen.org/privilege/haptic - /// + /// /// /// Console.WriteLine("Total number of Vibrators are: {0}", Tizen.System.Vibrator.NumberOfVibrators); /// diff --git a/src/Tizen.System/Device/IR.cs b/src/Tizen.System/Device/IR.cs index 2d68e0b..8bac054 100644 --- a/src/Tizen.System/Device/IR.cs +++ b/src/Tizen.System/Device/IR.cs @@ -8,9 +8,9 @@ namespace Tizen.System /// The IR API provides functions to control a IR transmitter. /// The IR API provides the way to get the information whether IR is available and transmit IR command. /// - /// + /// /// http://tizen.org/privilege/use_ir - /// + /// /// /// Console.WriteLine("IR availablity for this device is: {0}", IR.IsAvailable); /// diff --git a/src/Tizen.System/Device/Led.cs b/src/Tizen.System/Device/Led.cs index 8e4f1b4..b20196d 100755 --- a/src/Tizen.System/Device/Led.cs +++ b/src/Tizen.System/Device/Led.cs @@ -13,9 +13,9 @@ namespace Tizen.System /// It is recommended to design feature related codes in your application for reliability. /// You can check if a device supports the related features for this API by using System Information, thereby controlling the procedure of your application. /// - /// + /// /// http://tizen.org/privilege/led - /// + /// /// /// Console.WriteLine("Led MaxBrightness is: {0}", Tizen.System.Led.MaxBrightness); /// Console.WriteLine("Led current Brightness is: {0}", Tizen.System.Led.Brightness); diff --git a/src/Tizen.System/Device/Power.cs b/src/Tizen.System/Device/Power.cs index 396890f..c891f69 100644 --- a/src/Tizen.System/Device/Power.cs +++ b/src/Tizen.System/Device/Power.cs @@ -9,9 +9,9 @@ namespace Tizen.System /// The Power API provides the way to control the power service. /// It can be made to hold the specific state to avoid CPU state internally. /// - /// + /// /// http://tizen.org/privilege/display - /// + /// public static class Power { /// -- 2.7.4