Bladeren bron

Document IStartupOptions

Patrick Barron 3 jaren geleden
bovenliggende
commit
5043a887cc
1 gewijzigde bestanden met toevoegingen van 4 en 3 verwijderingen
  1. 4 3
      Emby.Server.Implementations/IStartupOptions.cs

+ 4 - 3
Emby.Server.Implementations/IStartupOptions.cs

@@ -1,7 +1,8 @@
-#pragma warning disable CS1591
-
 namespace Emby.Server.Implementations
 namespace Emby.Server.Implementations
 {
 {
+    /// <summary>
+    /// Specifies the contract for server startup options.
+    /// </summary>
     public interface IStartupOptions
     public interface IStartupOptions
     {
     {
         /// <summary>
         /// <summary>
@@ -10,7 +11,7 @@ namespace Emby.Server.Implementations
         string? FFmpegPath { get; }
         string? FFmpegPath { get; }
 
 
         /// <summary>
         /// <summary>
-        /// Gets a value value indicating whether to run as service by the --service command line option.
+        /// Gets a value indicating whether to run as service by the --service command line option.
         /// </summary>
         /// </summary>
         bool IsService { get; }
         bool IsService { get; }