csapi-sensor: add descriptions for activity/gesture sensor class
authorkibak.yoon <kibak.yoon@samsung.com>
Thu, 6 Oct 2016 09:16:13 +0000 (18:16 +0900)
committerkibak.yoon <kibak.yoon@samsung.com>
Thu, 6 Oct 2016 09:16:13 +0000 (18:16 +0900)
- missing class descriptions in the doxygen document

Change-Id: I896de74be45a1a3162cfcf0707dc3becf4d353c0
Signed-off-by: kibak.yoon <kibak.yoon@samsung.com>
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/FaceDownGestureDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/InVehicleActivityDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/PickUpGestureDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/RunningActivityDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/StationaryActivityDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WalkingActivityDetector.cs
Tizen.System.Sensor/Tizen.System.Sensor/Plugins/WristUpGestureDetector.cs

index e3cc4a2..88ed660 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// FaceDownGestureDetector Class. Used for registering callbacks for face down gesture detector and getting the face down state
+    /// </summary>
     public class FaceDownGestureDetector : Sensor
     {
         /// <summary>
index d3792cb..0f1f63e 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// InVehicleActivityDetector Class. Used for registering callbacks for in vehicle activity detector and getting the in vehicle state
+    /// </summary>
     public class InVehicleActivityDetector : ActivityDetector
     {
         /// <summary>
index 90a3288..48ba166 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// PickUpGestureDetector Class. Used for registering callbacks for pick up activity detector and getting the pick up state
+    /// </summary>
     public class PickUpGestureDetector : Sensor
     {
         /// <summary>
index 4c1f063..25b5e17 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// RunningActivityDetector Class. Used for registering callbacks for running activity detector and getting the running state
+    /// </summary>
     public class RunningActivityDetector : ActivityDetector
     {
         /// <summary>
index 090cc32..cfa41be 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// StationaryActivityDetector Class. Used for registering callbacks for stationary activity detector and getting the stationary state
+    /// </summary>
     public class StationaryActivityDetector : ActivityDetector
     {
         /// <summary>
index 0d829b5..0560ec8 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// WalkingActivityDetector Class. Used for registering callbacks for walking activity detector and getting the walking state
+    /// </summary>
     public class WalkingActivityDetector : ActivityDetector
     {
         /// <summary>
index 9c79955..2df1a8d 100644 (file)
@@ -10,6 +10,9 @@ using System;
 
 namespace Tizen.System.Sensor
 {
+    /// <summary>
+    /// WristUpGestureDetector Class. Used for registering callbacks for wrist up gesture detector and getting the wrist up state
+    /// </summary>
     public class WristUpGestureDetector : Sensor
     {
         /// <summary>