aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Events
diff options
context:
space:
mode:
authorBond_009 <bond.009@outlook.com>2019-12-11 00:13:57 +0100
committerBond_009 <bond.009@outlook.com>2019-12-11 00:13:57 +0100
commit2ef4ffd698fb4ae95754f76238e52cfb6162db24 (patch)
tree0145395cb02847d0da4f6100ca7dc03f5751d0e1 /MediaBrowser.Common/Events
parent67922dff50967c02e8c0c10f43884fd4e788b012 (diff)
More warnings (removed)
Diffstat (limited to 'MediaBrowser.Common/Events')
-rw-r--r--MediaBrowser.Common/Events/EventHelper.cs8
1 files changed, 3 insertions, 5 deletions
diff --git a/MediaBrowser.Common/Events/EventHelper.cs b/MediaBrowser.Common/Events/EventHelper.cs
index b67315df6..c9d3226ac 100644
--- a/MediaBrowser.Common/Events/EventHelper.cs
+++ b/MediaBrowser.Common/Events/EventHelper.cs
@@ -1,15 +1,13 @@
-#pragma warning disable CS1591
-
using System;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
namespace MediaBrowser.Common.Events
{
- // TODO: @bond Remove
/// <summary>
- /// Class EventHelper
+ /// Class EventHelper.
/// </summary>
+ // TODO: @bond Remove
public static class EventHelper
{
/// <summary>
@@ -40,7 +38,7 @@ namespace MediaBrowser.Common.Events
/// <summary>
/// Queues the event.
/// </summary>
- /// <typeparam name="T"></typeparam>
+ /// <typeparam name="T">Argument type for the <c>handler</c>.</typeparam>
/// <param name="handler">The handler.</param>
/// <param name="sender">The sender.</param>
/// <param name="args">The args.</param>