Browse Source

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

improved xml comments

Co-Authored-By: Steven Kirk <grokys@users.noreply.github.com>
pull/2453/head
danwalmsley 7 years ago
committed by GitHub
parent
commit
3575525c2e
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

@ -6,7 +6,7 @@ using System;
namespace Avalonia.Controls.Notifications
{
/// <summary>
/// Implements the INotification interfaces.
/// A notification that can be shown in a window or by the host operating system.
/// Can be displayed by both <see cref="INotificationManager"/> and <see cref="IManagedNotificationManager"/>
/// </summary>
/// <remarks>

Loading…
Cancel
Save