Skip to content

Commit d88b9ab

Browse files
committed
Fix xml comment
1 parent 640b57c commit d88b9ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Nodify/NodifyEditor.Dragging.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ public void BeginDragging(IEnumerable<ItemContainer> containers)
108108
/// Updates the position of the items being dragged by a specified offset.
109109
/// </summary>
110110
/// <param name="amount">The vector by which to adjust the position of the dragged items.</param>
111-
/// This method adjusts the items positions incrementally. It should only be called while a dragging operation is in progress (see <see cref="BeginDragging"/>).
111+
/// <remarks>
112+
/// This method adjusts the items positions incrementally. It should only be called while a dragging operation is in progress (see <see cref="BeginDragging" />).
112113
/// </remarks>
113114
public void UpdateDragging(Vector amount)
114115
{

0 commit comments

Comments
 (0)