Преглед изворни кода

Document BrandingConfigurationFactory.cs

Patrick Barron пре 5 година
родитељ
комит
4c0547f90c
1 измењених фајлова са 4 додато и 2 уклоњено
  1. 4 2
      Emby.Server.Implementations/Branding/BrandingConfigurationFactory.cs

+ 4 - 2
Emby.Server.Implementations/Branding/BrandingConfigurationFactory.cs

@@ -1,13 +1,15 @@
-#pragma warning disable CS1591
-
 using System.Collections.Generic;
 using MediaBrowser.Common.Configuration;
 using MediaBrowser.Model.Branding;
 
 namespace Emby.Server.Implementations.Branding
 {
+    /// <summary>
+    /// Branding configuration factory.
+    /// </summary>
     public class BrandingConfigurationFactory : IConfigurationFactory
     {
+        /// <inheritdoc />
         public IEnumerable<ConfigurationStore> GetConfigurations()
         {
             return new[]