Browse Source

XML comment fixes.

pull/2301/head
José Pedro 8 years ago
parent
commit
0fce33e43e
No known key found for this signature in database GPG Key ID: B8247B9301707B83
  1. 2
      src/Avalonia.Controls/MenuItem.cs
  2. 2
      src/Avalonia.Controls/PixelPointEventArgs.cs

2
src/Avalonia.Controls/MenuItem.cs

@ -421,7 +421,7 @@ namespace Avalonia.Controls
}
/// <summary>
/// Called when the <see cref="Header"/> property changes.
/// Called when the <see cref="HeaderedSelectingItemsControl.Header"/> property changes.
/// </summary>
/// <param name="e">The property change event.</param>
private void HeaderChanged(AvaloniaPropertyChangedEventArgs e)

2
src/Avalonia.Controls/PixelPointEventArgs.cs

@ -13,7 +13,7 @@ namespace Avalonia.Controls
/// <summary>
/// Initializes a new instance of the <see cref="PixelPointEventArgs"/> class.
/// </summary>
/// <param name="point">The <see cref=PixelPoint"/> data.</param>
/// <param name="point">The <see cref="PixelPoint"/> data.</param>
public PixelPointEventArgs(PixelPoint point)
{
Point = point;

Loading…
Cancel
Save