[ACR-564] deprecate unused API
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / WrapType.cs
old mode 100755 (executable)
new mode 100644 (file)
index 5725790..a237f15
@@ -19,8 +19,10 @@ using System;
 namespace ElmSharp
 {
     /// <summary>
-    /// Enumeration for the wrap type.
+    /// Enumeration for the wrap types.
     /// </summary>
+    /// <since_tizen> preview </since_tizen>
+    [Obsolete("This has been deprecated in API12")]
     public enum WrapType
     {
         /// <summary>
@@ -32,12 +34,12 @@ namespace ElmSharp
         /// </summary>
         Char,
         /// <summary>
-        /// Word wrap - wrap within the allowed wrapping points
+        /// Word wrap - wrap within the allowed wrapping points.
         /// (as defined in the unicode standard).
         /// </summary>
         Word,
         /// <summary>
-        /// Mixed wrap - Word wrap, if that fails, char wrap.
+        /// Mixed wrap - word wrap, if that fails, char wrap.
         /// </summary>
         Mixed
     }