Browse Source

Update src/Avalonia.Controls/Notifications/Notification.cs

consistent xml comments

Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
pull/2453/head
danwalmsley 7 years ago
committed by GitHub
parent
commit
fb0be60029
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Notifications/Notification.cs

2
src/Avalonia.Controls/Notifications/Notification.cs

@ -15,7 +15,7 @@ namespace Avalonia.Controls.Notifications
public class Notification : INotification
{
/// <summary>
/// Instantiates an instance of <see cref="Notification"/>
/// Initializes a new instance of the <see cref="Notification"/> class.
/// </summary>
/// <param name="title">The title of the notification.</param>
/// <param name="message">The message to be displayed in the notification.</param>

Loading…
Cancel
Save