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
cda6a58f7d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/Avalonia.Controls/Notifications/Notification.cs

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

@ -10,7 +10,8 @@ namespace Avalonia.Controls.Notifications
/// Can be displayed by both <see cref="INotificationManager"/> and <see cref="IManagedNotificationManager"/>
/// </summary>
/// <remarks>
/// This notification content type is compatible with native notifications.
/// This class represents a notification that can be displayed either in a window using
/// <see cref="WindowNotificationManager"/> or by the host operating system (to be implemented).
/// </remarks>
public class Notification : INotification
{

Loading…
Cancel
Save