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 e3cc4a24ca7fc89fd9ccfe59120d664912bb6c05..88ed660d14fbe994be9b9ad8aba660b5b460e538 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 d3792cb071df0a9a2982742639cefb6159ca0772..0f1f63e0381a5a73963f1e8b75e0c8666978dcdd 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 90a32887c91b1581d1186af1fc7f81483b50f799..48ba166efd9ecdb51967dc0a05d5c4323ede81c4 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 4c1f063d46f85976518efe0356ea445e5aa58082..25b5e17bebf3d6bb4dd9fb586641261074ef2a06 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 090cc328207b56d101c802cf5d0af533d7481f2f..cfa41bed00aa5820bf7461dcd9195ae47045e3b2 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 0d829b5a6bffe21d4e81f775ffd22d78dbc56b41..0560ec8771019436e86dbd89990d9be43f13d3fe 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 9c7995591722b017dd46da73a2017fe5cdd4a5f4..2df1a8dc4d5d0d9691df69775ffea92b2d4fa72d 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>