Skip to content

Commit

Permalink
Fix invalid XML comment format
Browse files Browse the repository at this point in the history
  • Loading branch information
miroiu committed Jul 20, 2024
1 parent bc0513c commit 966311f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Nodify/EditorGestures.cs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ public MinimapGestures()
DragViewport = new MouseGesture(MouseAction.LeftClick);
}

/// <summary>Gesture to move the viewport inside the <see cref="Minimap">.</summary>
/// <summary>Gesture to move the viewport inside the <see cref="Minimap" />.</summary>
public InputGestureRef DragViewport { get; }

/// <summary>Copies from the specified gestures.</summary>
Expand Down

0 comments on commit 966311f

Please sign in to comment.