Remove the summary for non-browserble API
[platform/core/csapi/tizenfx.git] / src / ElmSharp / ElmSharp / GenGridItem.cs
index 66b451f..afdede0 100644 (file)
@@ -50,12 +50,6 @@ namespace ElmSharp
             }
         }
 
-        /// <summary>
-        /// Gets or sets the type of mouse pointer/cursor decoration to be shown, when the mouse pointer is over the given gengrid widget item.
-        /// <remarks>
-        /// The cursor's changing area is restricted to the item's area, and not the whole widget's. Note that that item cursors have precedence over widget cursors, so that a mouse over item will always show cursor type.
-        /// </remarks>>
-        /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string Cursor
         {
@@ -76,9 +70,6 @@ namespace ElmSharp
             }
         }
 
-        /// <summary>
-        /// Gets or sets custom cursor for gengrid item.
-        /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override string CursorStyle
         {
@@ -92,9 +83,6 @@ namespace ElmSharp
             }
         }
 
-        /// <summary>
-        /// Gets or sets whether to rely on the rendering engine.
-        /// </summary>
         [EditorBrowsable(EditorBrowsableState.Never)]
         public override bool IsUseEngineCursor
         {