Modify documentation of APIs
[platform/core/csapi/tizenfx.git] / src / Tizen.Maps / Tizen.Maps / GestureType.cs
index f81f659..4607787 100755 (executable)
@@ -22,35 +22,35 @@ namespace Tizen.Maps
     public enum GestureType
     {
         /// <summary>
-        /// Indicates empty gesture
+        /// Indicates empty gesture.
         /// </summary>
         None = Interop.ViewGesture.None,
         /// <summary>
-        /// Indicates the move map user gesture
+        /// Indicates the move map user gesture.
         /// </summary>
         Scroll = Interop.ViewGesture.Scroll,
         /// <summary>
-        /// Indicates the zoom user gesture
+        /// Indicates the zoom user gesture.
         /// </summary>
         Zoom = Interop.ViewGesture.Zoom,
         /// <summary>
-        /// Indicates the tap user gesture
+        /// Indicates the tap user gesture.
         /// </summary>
         Tap = Interop.ViewGesture.Tap,
         /// <summary>
-        /// Indicates the double tap user gesture
+        /// Indicates the double tap user gesture.
         /// </summary>
         DoubleTap = Interop.ViewGesture.DoubleTap,
         /// <summary>
-        /// Indicates the two-finger tap user gesture
+        /// Indicates the two-finger tap user gesture.
         /// </summary>
         TwoFingerTap = Interop.ViewGesture.TwoFingerTap,
         /// <summary>
-        ///  Indicates the rotation user gesture
+        ///  Indicates the rotation user gesture.
         /// </summary>
         Rotate = Interop.ViewGesture.Rotate,
         /// <summary>
-        /// Indicates the long press user gesture
+        /// Indicates the long press user gesture.
         /// </summary>
         LongPress = Interop.ViewGesture.LongPress,
     }