Fixed doxygen privilege comments.
authorPraveen Gattu <gattu.p@samsung.com>
Wed, 27 Jul 2016 03:50:36 +0000 (09:20 +0530)
committerPraveen Gattu <gattu.p@samsung.com>
Wed, 27 Jul 2016 03:50:36 +0000 (09:20 +0530)
Change-Id: I2090c478fd08caabdcb028f5dd668ac5ee6efef4
Signed-off-by: Praveen Gattu <gattu.p@samsung.com>
Tizen.System/Device/Display.cs
Tizen.System/Device/Haptic.cs
Tizen.System/Device/IR.cs
Tizen.System/Device/Led.cs
Tizen.System/Device/Power.cs

index 9bb8345..c1ec7d9 100644 (file)
@@ -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.
     /// </remarks>
-    /// <previlege>
+    /// <privilege>
     /// http://tizen.org/privilege/display
-    /// </previlege>
+    /// </privilege>
     /// <code>
     ///     Console.WriteLine("Display current state is: {0}", Tizen.System.Display.State);
     ///     Console.WriteLine("Total number of Displays are: {0}", Tizen.System.Display.NumberOfDisplays);
index 7121059..1612f4e 100644 (file)
@@ -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.
     /// </remarks>
-    /// <previlege>
+    /// <privilege>
     /// http://tizen.org/privilege/haptic
-    /// </previlege>
+    /// </privilege>
     /// <code>
     ///     Console.WriteLine("Total number of Vibrators are: {0}", Tizen.System.Vibrator.NumberOfVibrators);
     /// </code>
index 2d68e0b..8bac054 100644 (file)
@@ -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.
     /// </summary>
-    /// <previlege>
+    /// <privilege>
     /// http://tizen.org/privilege/use_ir
-    /// </previlege>
+    /// </privilege>
     /// <code>
     ///     Console.WriteLine("IR availablity for this device is: {0}", IR.IsAvailable);
     /// </code>
index 8e4f1b4..b20196d 100755 (executable)
@@ -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.
     /// </remarks>
-    /// <previlege>
+    /// <privilege>
     ///  http://tizen.org/privilege/led
-    /// </previlege>
+    /// </privilege>
     /// <code>
     ///     Console.WriteLine("Led MaxBrightness is: {0}", Tizen.System.Led.MaxBrightness);
     ///     Console.WriteLine("Led current Brightness is: {0}", Tizen.System.Led.Brightness);
index 396890f..c891f69 100644 (file)
@@ -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.
     /// </remarks>
-    /// <previlege>
+    /// <privilege>
     /// http://tizen.org/privilege/display
-    /// </previlege>
+    /// </privilege>
     public static class Power
     {
         /// <summary>