Browse Source
Merge pull request #2301 from jp2masa/code-cleanup
XML comment fixes
pull/2305/head
Jeremy Koritzinsky
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
src/Avalonia.Controls/MenuItem.cs
-
src/Avalonia.Controls/PixelPointEventArgs.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) |
|
|
|
|
|
|
|
@ -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; |
|
|
|
|