Skip to content

Commit

Permalink
Fixed XML docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dahall committed Apr 7, 2021
1 parent eab19cc commit 0d2df4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Windows.Forms/Components/MRUManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -610,10 +610,11 @@ public void RebuildMenus(IEnumerable<string> files, Action<string> fileMenuItemC
}

/// <summary>Compacts the path.</summary>
/// <param name="g">The Graphics instance to use.</param>
/// <param name="stringToCompact">The string to compact.</param>
/// <param name="font">The font.</param>
/// <param name="maxWidthInPts">The maximum width in PTS.</param>
/// <returns></returns>
/// <returns>The compacted string.</returns>
private static string CompactPath(Graphics g, string stringToCompact, Font font, int maxWidthInPts)
{
var sb = new StringBuilder(stringToCompact);
Expand Down

0 comments on commit 0d2df4f

Please sign in to comment.