From ec7302594c25b6daa6bdac2e4cbf0173440bbc01 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 27 Sep 2018 17:06:06 -0400 Subject: [PATCH] Fix doc comments --- src/Tgstation.Server.Host.Service/ServerService.cs | 2 +- src/Tgstation.Server.Host/Components/Byond/ByondManager.cs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Tgstation.Server.Host.Service/ServerService.cs b/src/Tgstation.Server.Host.Service/ServerService.cs index 1f53f5e999..948200703d 100644 --- a/src/Tgstation.Server.Host.Service/ServerService.cs +++ b/src/Tgstation.Server.Host.Service/ServerService.cs @@ -41,7 +41,7 @@ namespace Tgstation.Server.Host.Service /// /// The to create with /// The for - /// The minimum to record in the event log + /// The minimum to record in the event log public ServerService(IWatchdogFactory watchdogFactory, ILoggerFactory loggerFactory, LogLevel minumumLogLevel) { if (watchdogFactory == null) diff --git a/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs b/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs index 543cadecab..4257028c20 100644 --- a/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs +++ b/src/Tgstation.Server.Host/Components/Byond/ByondManager.cs @@ -84,6 +84,7 @@ namespace Tgstation.Server.Host.Components.Byond /// /// The value of /// The value of + /// The value of /// The value of public ByondManager(IIOManager ioManager, IByondInstaller byondInstaller, IEventConsumer eventConsumer, ILogger logger) {