sensor: csapi: modify api reference according to guidelines
authorkibak.yoon <kibak.yoon@samsung.com>
Mon, 12 Jun 2017 09:19:14 +0000 (18:19 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Mon, 12 Jun 2017 12:25:58 +0000 (21:25 +0900)
Change-Id: I5d7ddff2f12f1bb68f5c596d77183abcf8e97acb
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
58 files changed:
src/Tizen.Sensor/Tizen.Sensor/EventArgs/AccelerometerDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/FaceDownGestureDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GravitySensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/GyroscopeRotationVectorSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/HeartRateMonitorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/HumiditySensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/InVehicleActivityDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/LightSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/LinearAccelerationSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/MagnetometerRotationVectorSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/OrientationSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PedometerDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PickUpGestureDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/PressureSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/ProximitySensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/RotationVectorSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/RunningActivityDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/SensorAccuracyChangedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/SleepMonitorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/StationaryActivityDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/TemperatureSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UltravioletSensorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedGyroscopeDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/UncalibratedMagnetometerDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/WalkingActivityDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/EventArgs/WristUpGestureDetectorDataUpdatedEventArgs.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Accelerometer.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/ActivityDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/FaceDownGestureDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/GravitySensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Gyroscope.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/GyroscopeRotationVectorSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/HeartRateMonitor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/HumiditySensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/InVehicleActivityDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/LightSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/LinearAccelerationSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Magnetometer.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/MagnetometerRotationVectorSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/OrientationSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/Pedometer.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/PickUpGestureDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/PressureSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/ProximitySensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/RotationVectorSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/RunningActivityDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/SleepMonitor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/StationaryActivityDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/TemperatureSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UltravioletSensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedGyroscope.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/UncalibratedMagnetometer.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/WalkingActivityDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Plugins/WristUpGestureDetector.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/Sensor.cs [changed mode: 0644->0755]
src/Tizen.Sensor/Tizen.Sensor/SensorEnumerations.cs [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index ba45b41..f87f24e
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index ac1a3ef..b92bb6f
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the face down state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Face down state </value>
         public DetectorState FaceDown { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index ba47f62..b7812a9
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index dcb758e..58724c1
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 1100c46..48c0238
@@ -35,26 +35,36 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
 
         /// <summary>
         /// Gets the W component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set; }
 
         /// <summary>
         /// Gets the accuracy of the gyroscope rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 846b3d4..68b9fe7
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the heartRate.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Heart rate </value>
         public int HeartRate { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index f981b04..c8e7c32
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the humidity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Humidity </value>
         public float Humidity { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 67b5e63..4e6e8f0
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the in-vehicle state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> In-vehicle state </value>
         public DetectorState InVehicle { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 5404fdf..dfcc8de
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the level of the light.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Light level </value>
         public float Level { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 5e23cd0..273c0a2
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 48b0297..eb1803d
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 06b1715..7ac6ba3
@@ -35,26 +35,36 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
 
         /// <summary>
         /// Gets the W component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set; }
 
         /// <summary>
         /// Gets the accuracy of the magnetometer rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 0d15413..4fc4b6a
@@ -33,16 +33,22 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the azimuth component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Azimuth </value>
         public float Azimuth { get; private set; }
 
         /// <summary>
         /// Gets the pitch component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pitch </value>
         public float Pitch { get; private set; }
 
         /// <summary>
         /// Gets the roll component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Roll </value>
         public float Roll { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 2bc7847..f4865ac
@@ -38,41 +38,57 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Step count </value>
         public uint StepCount { get; private set; }
 
         /// <summary>
         /// Gets the walking step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Walk step count </value>
         public uint WalkStepCount { get; private set; }
 
         /// <summary>
         /// Gets the running step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Run step count</value>
         public uint RunStepCount { get; private set; }
 
         /// <summary>
         /// Gets the moving distance
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Moving distance </value>
         public float MovingDistance { get; private set; }
 
         /// <summary>
         /// Gets the calorie burned
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Calorie burned </value>
         public float CalorieBurned { get; private set; }
 
         /// <summary>
         /// Gets the last speed
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last speed </value>
         public float LastSpeed { get; private set; }
 
         /// <summary>
         /// Gets the last stepping frequency
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last stepping frequency </value>
         public float LastSteppingFrequency { get; private set; }
 
         /// <summary>
         /// Gets the last step status
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last stepping status </value>
         public PedometerState LastStepStatus { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 45e3054..a5fee58
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the pick up state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pick up state </value>
         public DetectorState PickUp { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 4d12def..0cf7b73
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the pressure.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pressure </value>
         public float Pressure { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index da5519f..2dc8847
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the proximity state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Proximity state </value>
         public ProximitySensorState Proximity { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 9b1437c..29ddccd
@@ -35,26 +35,36 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
 
         /// <summary>
         /// Gets the W component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set;}
 
         /// <summary>
         /// Gets the accuracy of the rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 1586b9f..309ad7d
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the running state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Running state </value>
         public DetectorState Running { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 679f305..8479600
@@ -32,11 +32,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the time stamp.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Time span </value>
         public TimeSpan TimeSpan { get; private set; }
 
         /// <summary>
         /// Gets the accuracy.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index ac7c1af..fe631ed
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the sleep state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Sleep state </value>
         public SleepMonitorState SleepState { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 2b21610..2ad9a1d
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the stationary state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Stationary state </value>
         public DetectorState Stationary { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 4e9e090..127c725
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the temperature.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Temperature </value>
         public float Temperature { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index b1b90a8..1a025f9
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the ultraviolet index.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Ultraviolet index </value>
         public float UltravioletIndex { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 7b7e136..9475bc0
@@ -36,31 +36,43 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
 
         /// <summary>
         /// Gets the BiasX component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X bias </value>
         public float BiasX { get; private set; }
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y bias </value>
         public float BiasY { get; private set; }
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z bias </value>
         public float BiasZ { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index 81e91dd..b9cfc9c
@@ -36,31 +36,43 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; }
 
         /// <summary>
         /// Gets the Y component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; }
 
         /// <summary>
         /// Gets the Z component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; }
 
         /// <summary>
         /// Gets the BiasX component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X bias </value>
         public float BiasX { get; private set; }
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y bias </value>
         public float BiasY { get; private set; }
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z bias </value>
         public float BiasZ { get; private set; }
     }
 }
\ No newline at end of file
old mode 100644 (file)
new mode 100755 (executable)
index d0a96e8..0de9fc7
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the walking state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Walking state </value>
         public DetectorState Walking { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 17af932..811862f
@@ -31,6 +31,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the wrist up state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Wrist up state </value>
         public DetectorState WristUp { get; private set; }
     }
 }
old mode 100644 (file)
new mode 100755 (executable)
index 0bf9aa4..1651eb2
@@ -27,21 +27,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether accelerometer sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -54,6 +62,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of accelerometer sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of accelerometer sensors </value>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
         public static int Count
         {
@@ -67,6 +77,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.Accelerometer"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.accelerometer</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -87,6 +98,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in accelerometer sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<AccelerometerDataUpdatedEventArgs> DataUpdated;
 
         private static int GetCount()
old mode 100644 (file)
new mode 100755 (executable)
index 6eed104..e9eff3b
@@ -38,6 +38,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the activity accuracy of activity detector
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Activity accuracy </value>
         public SensorDataAccuracy ActivityAccuracy { get; protected set; }
 
         internal ActivityDetector(uint index) : base(index)
old mode 100644 (file)
new mode 100755 (executable)
index 49bb2cf..40362d2
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of the face down gesture.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Face down state </value>
         public DetectorState FaceDown { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether face down gesture detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of face down gesture detector available on the device.
+        /// Returns the number of face down gesture detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of face down gesture detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.FaceDownGestureDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gesture_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -92,6 +99,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in face down gesture detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<FaceDownGestureDetectorDataUpdatedEventArgs> DataUpdated;
 
         private static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index 71f2301..c2a38c0
@@ -29,21 +29,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the gravity.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether gravity sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -56,6 +64,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of gravity sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of gravity sensors </value>
         public static int Count
         {
             get
@@ -68,6 +78,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.GravitySensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gravity</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,12 +99,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in gravity sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<GravitySensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 5eda227..192f076
@@ -28,21 +28,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether gyroscope sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -55,6 +63,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of gyroscope sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of gyroscope sensors </value>
         public static int Count
         {
             get
@@ -67,6 +77,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.Gyroscope"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -87,6 +98,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in gyroscope sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<GyroscopeDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 486d9b9..2f52a1d
@@ -28,31 +28,43 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the W component of the gyroscope rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Accuracy of the gyroscope rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
 
         /// <summary>
         /// Returns true or false based on whether gyroscope rotation vector sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -65,6 +77,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of gyroscope rotation vector sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of accelerometer rotation vector sensors </value>
         public static int Count
         {
             get
@@ -77,6 +91,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.GyroscopeRotationVectorSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope_rotation_vector</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -97,6 +112,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in gyroscope rotation vector sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<GyroscopeRotationVectorSensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index e695a37..0e254ea
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// HeartRateMonitor Class. Used for registering callbacks for heart rate monitor and getting heart rate data
-    /// /// </summary>
+    /// </summary>
     public sealed class HeartRateMonitor : Sensor
     {
         private const string HRMKey = "http://tizen.org/feature/sensor.heart_rate_monitor";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the heart rate monitor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Heart rate </value>
         public int HeartRate { get; private set; } = int.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether heart rate monitor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of heart rate monitors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of heart rate monitors </value>
         public static int Count
         {
             get
@@ -57,7 +63,9 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.HeartRateMonitor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
+        /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.heart_rate_monitor</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -79,6 +87,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in heart rate monitor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<HeartRateMonitorDataUpdatedEventArgs> DataUpdated;
 
         private static int GetCount()
old mode 100644 (file)
new mode 100755 (executable)
index 0cb6101..3ef6def
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// HumiditySensor Class. Used for registering callbacks for humidity sensor and getting humidity data
-    /// /// </summary>
+    /// </summary>
     public sealed class HumiditySensor : Sensor
     {
         private const string HumiditySensorKey = "http://tizen.org/feature/sensor.humidity";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the humidity sensor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Humidity </value>
         public float Humidity { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether humidity sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of humidity sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of humidity sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.HumiditySensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.humidity</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in humidity sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<HumiditySensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 162d32f..0d6aa55
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of in-vehicle activity detector
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> In-vehicle state </value>
         public DetectorState InVehicle { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether in-vehicle activity detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of in-vehicle activity detector available on the device.
+        /// Returns the number of in-vehicle activity detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of in-vehicle activity detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.InVehicleActivityDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,6 +95,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in in-vehicle activity detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<InVehicleActivityDetectorDataUpdatedEventArgs> DataUpdated;
 
         private static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index 32db23c..2ec7c43
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// LightSensor Class. Used for registering callbacks for light sensor and getting light data
-    /// /// </summary>
+    /// </summary>
     public sealed class LightSensor : Sensor
     {
         private const string LightSensorKey = "http://tizen.org/feature/sensor.photometer";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the Level of the light.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Light level </value>
         public float Level { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether light sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of light sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of light sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.LightSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.photometer</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in light sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<LightSensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 4303f68..6fbf056
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// LinearAccelerationSensor Class. Used for registering callbacks for linear acceleration sensor and getting linear acceleration data
-    /// /// </summary>
+    /// </summary>
     public sealed class LinearAccelerationSensor : Sensor
     {
         private const string LinearAccelerationSensorKey = "http://tizen.org/feature/sensor.linear_acceleration";
@@ -29,21 +29,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the linear acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether linear acceleration sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -56,6 +64,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of linear acceleration sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of linear acceleration sensors </value>
         public static int Count
         {
             get
@@ -68,6 +78,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.LinearAccelerationSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.linear_acceleration</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,12 +99,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in linear acceleration sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<LinearAccelerationSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 712b0f0..83dd226
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// Magnetometer Class. Used for registering callbacks for magnetometer and getting magnetometer data
-    /// /// </summary>
+    /// </summary>
     public sealed class Magnetometer : Sensor
     {
         private static string MagnetometerKey = "http://tizen.org/feature/sensor.magnetometer";
@@ -29,21 +29,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the magnetometer.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether magnetometer is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -56,6 +64,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of magnetometers available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of magnetometers </value>
         public static int Count
         {
             get
@@ -68,6 +78,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.Magnetometer"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.magnetometer</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,12 +99,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<MagnetometerDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 63feec8..02afa13
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// MagnetometerRotationVectorSensor Class. Used for registering callbacks for magnetometer rotation vector sensor and getting magnetometer rotation vector data
-    /// /// </summary>
+    /// </summary>
     public sealed class MagnetometerRotationVectorSensor : Sensor
     {
         private static string MagnetometerRVKey = "http://tizen.org/feature/sensor.geomagnetic_rotation_vector";
@@ -29,31 +29,43 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the W component of the magnetometer rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Accuracy of the magnetometer rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; }
 
         /// <summary>
         /// Returns true or false based on whether magnetometer rotation vector sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -66,6 +78,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of magnetometer rotation vector sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of magnetometer rotation vector sensors </value>
         public static int Count
         {
             get
@@ -78,6 +92,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.MagnetometerRotationVectorSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.geomagnetic_rotation_vector</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -98,12 +113,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in magnetometer rotation vector sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<MagnetometerRotationVectorSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 6e26e7b..2bba50a
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// OrientationSensor Class. Used for registering callbacks for orientation sensor and getting orientation data
-    /// /// </summary>
+    /// </summary>
     public sealed class OrientationSensor : Sensor
     {
         private static string OrientationSensorKey = "http://tizen.org/feature/sensor.tiltmeter";
@@ -29,21 +29,29 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the Azimuth component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Azimuth </value>
         public float Azimuth { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Pitch component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pitch </value>
         public float Pitch { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Roll component of the orientation.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Roll </value>
         public float Roll { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether orientation sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -56,6 +64,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of orientation sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of orientation sensors </value>
         public static int Count
         {
             get
@@ -68,6 +78,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.OrientationSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.tiltmeter</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,12 +99,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in orientation sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<OrientationSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 4821e33..8f39050
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// Pedometer Sensor Class. Used for registering callbacks for pedometer and getting pedometer data
-    /// /// </summary>
+    /// </summary>
     public sealed class Pedometer : Sensor
     {
         private static string PedometerKey = "http://tizen.org/feature/sensor.pedometer";
@@ -28,46 +28,64 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Step count </value>
         public uint StepCount { get; private set; } = 0;
 
         /// <summary>
         /// Gets the walking step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Walk step count </value>
         public uint WalkStepCount { get; private set; } = 0;
 
         /// <summary>
         /// Gets the running step count
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Run step count </value>
         public uint RunStepCount { get; private set; } = 0;
 
         /// <summary>
         /// Gets the moving distance
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Moving distance </value>
         public float MovingDistance { get; private set; } = 0;
 
         /// <summary>
         /// Gets the calorie burned
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Calorie Burned </value>
         public float CalorieBurned { get; private set; } = 0;
 
         /// <summary>
         /// Gets the last speed
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last speed </value>
         public float LastSpeed { get; private set; } = 0;
 
         /// <summary>
         /// Gets the last stepping frequency
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last stepping frequency </value>
         public float LastSteppingFrequency { get; private set; } = 0;
 
         /// <summary>
         /// Gets the last step status
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Last step status </value>
         public PedometerState LastStepStatus { get; private set; } = PedometerState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether pedometer sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -80,6 +98,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of pedometer sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of pedometer sensors </value>
         public static int Count
         {
             get
@@ -92,7 +112,9 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.Pedometer"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
+        /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.pedometer</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -114,6 +136,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in pedometer sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<PedometerDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 40ca860..f0a870b
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of the pick up gesture.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pick up state </value>
         public DetectorState PickUp { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether pick up gesture detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of pick up gesture detector available on the device.
+        /// Returns the number of pick up gesture detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of pick up gesture detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.PickUpGestureDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gesture_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -104,6 +111,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in pick up gesture detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<PickUpGestureDetectorDataUpdatedEventArgs> DataUpdated;
 
         private static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index 799ff2d..f17c590
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// PressureSensor Class. Used for registering callbacks for pressure sensor and getting pressure data
-    /// /// </summary>
+    /// </summary>
     public sealed class PressureSensor : Sensor
     {
         private static string PressureSensorKey = "http://tizen.org/feature/sensor.barometer";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the pressure sensor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Pressure </value>
         public float Pressure { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether pressure sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of pressure sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of pressure sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.PressureSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.barometer</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in pressure sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<PressureSensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index f5735fd..927087a
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// ProximitySensor Class. Used for registering callbacks for proximity sensor and getting proximity data
-    /// /// </summary>
+    /// </summary>
     public sealed class ProximitySensor : Sensor
     {
         private static string ProximitySensorKey = "http://tizen.org/feature/sensor.proximity";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the proximity state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Proximity state </value>
         public ProximitySensorState Proximity { get; private set; } = ProximitySensorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether proximity sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of proximity sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of proximity sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.ProximitySensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.proximity</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in proximity sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<ProximitySensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 10185ae..8489d11
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// RotationVectorSensor Class. Used for registering callbacks for rotation vector sensor and getting rotation vector data
-    /// /// </summary>
+    /// </summary>
     public sealed class RotationVectorSensor : Sensor
     {
         private static string RotationVectorKey = "http://tizen.org/feature/sensor.rotation_vector";
@@ -29,31 +29,43 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the W component of the rotation vector.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> W </value>
         public float W { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Accuracy of the rotation vector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Accuracy </value>
         public SensorDataAccuracy Accuracy { get; private set; } = SensorDataAccuracy.Undefined;
 
         /// <summary>
         /// Returns true or false based on whether rotation vector sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -66,6 +78,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of rotation vector sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of rotation vector sensors </value>
         public static int Count
         {
             get
@@ -78,6 +92,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.RotationVectorSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.rotation_vector</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -98,12 +113,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in rotation vector sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<RotationVectorSensorDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index 785ec31..fc2ec5b
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of running activity detector
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Running state </value>
         public DetectorState Running { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether running activity detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of running activity detector available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of running activity detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.RunningActivityDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,6 +95,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in running activity detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<RunningActivityDetectorDataUpdatedEventArgs> DataUpdated;
 
         private static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index e527a27..8291cfa
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// SleepMonitor Class. Used for registering callbacks for sleep monitor and getting sleep data
-    /// /// </summary>
+    /// </summary>
     public sealed class SleepMonitor : Sensor
     {
         private static string SleepMonitorKey = "http://tizen.org/feature/sensor.sleep_monitor";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the sleep state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Sleep state </value>
         public SleepMonitorState SleepState { get; private set; } = SleepMonitorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether sleep monitor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of sleep monitors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of sleep monitors </value>
         public static int Count
         {
             get
@@ -57,7 +63,9 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.SleepMonitor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <privilege>http://tizen.org/privilege/healthinfo</privilege>
+        /// <privlevel>public</privlevel>
         /// <feature>http://tizen.org/feature/sensor.sleep_monitor</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -79,6 +87,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in sleep monitor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<SleepMonitorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 5f67f9f..c8b0251
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of stationary activity detector
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Stationary state </value>
         public DetectorState Stationary { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether stationary activity detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of stationary activity detector available on the device.
+        /// Returns the number of stationary activity detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of stationary activity detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.stationaryActivityDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,6 +95,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in stationary activity detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<StationaryActivityDetectorDataUpdatedEventArgs> DataUpdated;
 
         internal static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index c2d4662..b90b1bc
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// TemperatureSensor Class. Used for registering callbacks for temperature sensor and getting temperature data
-    /// /// </summary>
+    /// </summary>
     public sealed class TemperatureSensor : Sensor
     {
         private static string TemperatureSensorKey = "http://tizen.org/feature/sensor.temperature";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the temperature sensor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Temperature (Celsius) </value>
         public float Temperature { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether temperature sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of temperature sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of temperature sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.TemperatureSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.temperature</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in temperature sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<TemperatureSensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 21af905..07c3d2e
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// UltravioletSensor Class. Used for registering callbacks for ultraviolet sensor and getting ultraviolet data
-    /// /// </summary>
+    /// </summary>
     public sealed class UltravioletSensor : Sensor
     {
         private static string UltravioletSensorKey = "http://tizen.org/feature/sensor.ultraviolet";
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the value of the ultraviolet sensor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Ultraviolet index </value>
         public float UltravioletIndex { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Returns true or false based on whether ultraviolet sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -45,6 +49,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of ultraviolet sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of ultraviolet sensors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.UltravioletSensor"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.ultraviolet</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -77,6 +84,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in ultraviolet sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<UltravioletSensorDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index 98584cb..18900d5
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// UncalibratedGyroscope Sensor Class. Used for registering callbacks for uncalibrated gyroscope and getting uncalibrated gyroscope data
-    /// /// </summary>
+    /// </summary>
     public sealed class UncalibratedGyroscope : Sensor
     {
         private static string UncalibratedGyroscopeKey = "http://tizen.org/feature/sensor.gyroscope.uncalibrated";
@@ -28,36 +28,50 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the BiasX component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X bias </value>
         public float BiasX { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y bias </value>
         public float BiasY { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated gyroscope data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z bias </value>
         public float BiasZ { get; private set; } = 0;
 
         /// <summary>
         /// Returns true or false based on whether uncalibrated gyroscope sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -70,6 +84,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of uncalibrated gyroscope sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of uncalibrated gyroscope sensors </value>
         public static int Count
         {
             get
@@ -82,6 +98,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.UncalibratedGyroscope"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.gyroscope.uncalibrated</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -102,6 +119,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in uncalibrated gyroscope sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<UncalibratedGyroscopeDataUpdatedEventArgs> DataUpdated;
 
old mode 100644 (file)
new mode 100755 (executable)
index b4451d5..04709e7
@@ -20,7 +20,7 @@ namespace Tizen.Sensor
 {
     /// <summary>
     /// UncalibratedMagnetometer Sensor Class. Used for registering callbacks for uncalibrated magnetometer and getting uncalibrated magnetometer data
-    /// /// </summary>
+    /// </summary>
     public sealed class UncalibratedMagnetometer : Sensor
     {
         private static string UncalibratedMagnetometerKey = "http://tizen.org/feature/sensor.magnetometer.uncalibrated";
@@ -29,36 +29,50 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the X component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X </value>
         public float X { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Y component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y </value>
         public float Y { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the Z component of the acceleration.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z </value>
         public float Z { get; private set; } = float.MinValue;
 
         /// <summary>
         /// Gets the BiasX component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> X bias </value>
         public float BiasX { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasY component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Y bias </value>
         public float BiasY { get; private set; } = 0;
 
         /// <summary>
         /// Gets the BiasZ component of the uncalibrated magnetometer data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Z bias </value>
         public float BiasZ { get; private set; } = 0;
 
         /// <summary>
         /// Returns true or false based on whether uncalibrated magnetometer sensor is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -71,6 +85,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Returns the number of uncalibrated magnetometer sensors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of uncalibrated magnetometer sensors </value>
         public static int Count
         {
             get
@@ -83,6 +99,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.UncalibratedMagnetometer"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.magnetometer.uncalibrated</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -103,12 +120,14 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in uncalibrated magnetometer sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
 
         public event EventHandler<UncalibratedMagnetometerDataUpdatedEventArgs> DataUpdated;
 
         /// <summary>
         /// Event handler for accuracy changed events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<SensorAccuracyChangedEventArgs> AccuracyChanged
         {
             add
old mode 100644 (file)
new mode 100755 (executable)
index cf875cf..8fd5960
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of walking activity detector
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Walking state </value>
         public DetectorState Walking { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether walking activity detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of walking activity detector available on the device.
+        /// Returns the number of walking activity detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of walking activity detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.walkingActivityDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.activity_recognition</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -88,6 +95,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in walking activity gesture detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<WalkingActivityDetectorDataUpdatedEventArgs> DataUpdated;
 
         internal static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index dceb4d6..761e374
@@ -28,11 +28,15 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets the state of the wrist up gesture.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> Wrist up state </value>
         public DetectorState WristUp { get; private set; } = DetectorState.Unknown;
 
         /// <summary>
         /// Returns true or false based on whether wrist up gesture detector is supported by device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value><c>true</c> if supported; otherwise, <c>false</c>.</value>
         public static bool IsSupported
         {
             get
@@ -43,8 +47,10 @@ namespace Tizen.Sensor
         }
 
         /// <summary>
-        /// Returns the number of wrist up gesture detector available on the device.
+        /// Returns the number of wrist up gesture detectors available on the device.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The count of wrist up gesture detectors </value>
         public static int Count
         {
             get
@@ -57,6 +63,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Initializes a new instance of the <see cref="Tizen.Sensor.WristUpGestureDetector"/> class.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <feature>http://tizen.org/feature/sensor.wrist_up</feature>
         /// <exception cref="ArgumentException">Thrown when an invalid argument is used</exception>
         /// <exception cref="NotSupportedException">Thrown when the sensor is not supported</exception>
@@ -92,6 +99,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Event Handler for storing the callback functions for event corresponding to change in wrist up gesture detector data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         public event EventHandler<WristUpGestureDetectorDataUpdatedEventArgs> DataUpdated;
 
         private static Interop.SensorListener.SensorEventCallback _callback;
old mode 100644 (file)
new mode 100755 (executable)
index 4327ace..fa512c2
@@ -69,6 +69,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: For getting the name of the sensor
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The name of sensor </value>
         public string Name
         {
             get
@@ -81,6 +83,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the vendor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The vendor name of sensor </value>
         public string Vendor
         {
             get
@@ -93,6 +97,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the minimum value of range of sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The lower bound of range of sensor reading </value>
         public float MinValue
         {
             get
@@ -105,6 +111,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the maximum value of range of sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The upper bound of range of sensor reading </value>
         public float MaxValue
         {
             get
@@ -117,6 +125,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the resolution.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The resolution </value>
         public float Resolution
         {
             get
@@ -129,6 +139,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the minimum interval.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The minimum update interval </value>
         public int MinInterval
         {
             get
@@ -141,6 +153,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the fifo count.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The size of the hardware FIFO </value>
         public int FifoCount
         {
             get
@@ -153,6 +167,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Property: Gets the maximum batch count.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The maximum batch count </value>
         public int MaxBatchCount
         {
             get
@@ -166,7 +182,9 @@ namespace Tizen.Sensor
         /// Sets the interval of the sensor for sensor data event
         /// Callbacks will be called at frequency of this interval
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <value> The interval of the sensor </value>
         public uint Interval
         {
             set
@@ -185,7 +203,9 @@ namespace Tizen.Sensor
         /// <summary>
         /// Sets the max batch latency for the sensor corresponding to the sensor data event.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <value> The max batch latency </value>
         public uint MaxBatchLatency
         {
             set
@@ -204,8 +224,10 @@ namespace Tizen.Sensor
         /// <summary>
         /// Sets the pause policy of the sensor.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <value>The pause policy</value>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
+        /// <value> The pause policy </value>
         public SensorPausePolicy PausePolicy
         {
             set
@@ -224,7 +246,8 @@ namespace Tizen.Sensor
         /// <summary>
         /// Gets or sets the time span.
         /// </summary>
-        /// <value>The time span.</value>
+        /// <since_tizen> 3 </since_tizen>
+        /// <value> The time span </value>
         public TimeSpan TimeSpan
         {
             set
@@ -242,6 +265,7 @@ namespace Tizen.Sensor
         /// <summary>
         /// Indicates whether this sensor is sensing.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <value><c>true</c> if this sensor is sensing; otherwise, <c>false</c>.</value>
         public bool IsSensing
         {
@@ -285,6 +309,7 @@ namespace Tizen.Sensor
         /// Starts the sensor.
         /// After this the event handlers will start receiving events.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
         public void Start()
         {
@@ -307,6 +332,7 @@ namespace Tizen.Sensor
         /// Stop the sensor.
         /// After this the event handlers will stop receiving the events
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         /// <exception cref="InvalidOperationException">Thrown when the operation is invalid for the current state</exception>
         public void Stop()
         {
old mode 100644 (file)
new mode 100755 (executable)
index a3ae92b..84e2571
@@ -156,139 +156,167 @@ namespace Tizen.Sensor
     /// <summary>
     /// SensorDataAccuracy Enum definition for all possible sensor data accuracy Values.
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum SensorDataAccuracy
     {
         /// <summary>
         /// Undefined sensor data accuracy.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Undefined = -1,
         /// <summary>
         /// Sensor data not accurate.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Bad = 0,
         /// <summary>
         /// Moderately accurate sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Normal = 1,
         /// <summary>
         /// Highly accurate sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Good = 2,
         /// <summary>
         /// Very highly accurate sensor data.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         VeryGood = 3
     }
 
     /// <summary>
     /// Sensor Option Enum definition for sensor option Values
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum SensorPausePolicy
     {
         /// <summary>
         /// Does not receive data when the LCD is off and in the power save mode.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         None,
         /// <summary>
         /// Receives data when the LCD is off.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         DisplayOff,
         /// <summary>
         /// Receives data in the power save mode.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         PowerSaveMode,
         /// <summary>
         /// Receives data when the LCD is off and in the power save mode.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         All
     }
 
     /// <summary>
     /// Pedometer state.
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum PedometerState
     {
         /// <summary>
         /// Unknown.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Unknown = -1,
 
         /// <summary>
         /// Stop state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Stop,
 
         /// <summary>
         /// Walking state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Walk,
 
         /// <summary>
         /// Running state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Run
     }
 
     /// <summary>
     /// Sleep monitor state.
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum SleepMonitorState
     {
         /// <summary>
         /// Unknown.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Unknown = -1,
 
         /// <summary>
         /// The wake state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Wake,
 
         /// <summary>
         /// The sleeping state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Sleep
     }
 
     /// <summary>
     /// Proximity sensor state.
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum ProximitySensorState
     {
         /// <summary>
         /// Unknown.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Unknown = -1,
 
         /// <summary>
         /// Near sate.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Near = 0,
 
         /// <summary>
         /// Far state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Far = 5
     }
 
     /// <summary>
     /// Detector sensor state.
     /// </summary>
+    /// <since_tizen> 3 </since_tizen>
     public enum DetectorState
     {
         /// <summary>
         /// Unknown.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Unknown = -1,
 
         /// <summary>
         /// None sate.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         NotDetected = 0,
 
         /// <summary>
         /// Detected state.
         /// </summary>
+        /// <since_tizen> 3 </since_tizen>
         Detected = 1
     }
 }