Release 4.0.0-preview1-00194
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / GenItem.cs
old mode 100755 (executable)
new mode 100644 (file)
index 90b3325..ca50c53
@@ -71,9 +71,6 @@ namespace ElmSharp
         /// </summary>
         public GenItemClass ItemClass { get; protected set; }
 
-        /// <summary>
-        /// It's a abstract property. It's implemented by <see cref="GenGridItem.TooltipContent"/> and <see cref="GenListItem.TooltipContent"/>.
-        /// </summary>
         public GetTooltipContentDelegate TooltipContentDelegate
         {
             get
@@ -87,6 +84,9 @@ namespace ElmSharp
             }
         }
 
+        /// <summary>
+        /// It's a abstract property.
+        /// </summary>
         public abstract GenItemSelectionMode SelectionMode { get; set; }
 
         public abstract string Cursor { get; set; }
@@ -129,4 +129,4 @@ namespace ElmSharp
 
         protected abstract void UpdateTooltipDelegate();
     }
-}
\ No newline at end of file
+}