From 9902495e784ec73b4ecc6caef3d5893d28f37ea6 Mon Sep 17 00:00:00 2001 From: Cyberboss Date: Thu, 9 Aug 2018 15:18:17 -0400 Subject: [PATCH] Various doc cleanups --- src/Tgstation.Server.Host/Components/Compiler/IDmbFactory.cs | 2 +- src/Tgstation.Server.Host/Components/InstanceManager.cs | 1 + .../Components/Watchdog/InteropInfoBase.cs | 3 +++ src/Tgstation.Server.Host/Core/Application.cs | 4 +--- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/Tgstation.Server.Host/Components/Compiler/IDmbFactory.cs b/src/Tgstation.Server.Host/Components/Compiler/IDmbFactory.cs index 27ad1dea9d..8c5d3b3259 100644 --- a/src/Tgstation.Server.Host/Components/Compiler/IDmbFactory.cs +++ b/src/Tgstation.Server.Host/Components/Compiler/IDmbFactory.cs @@ -11,7 +11,7 @@ namespace Tgstation.Server.Host.Components.Compiler public interface IDmbFactory { /// - /// Get a that completes when the result of a call to will be different than the previous call if any + /// Get a that completes when the result of a call to will be different than the previous call if any /// /// A representing the running operation Task OnNewerDmb { get; } diff --git a/src/Tgstation.Server.Host/Components/InstanceManager.cs b/src/Tgstation.Server.Host/Components/InstanceManager.cs index 486a1b21ba..cf9a079956 100644 --- a/src/Tgstation.Server.Host/Components/InstanceManager.cs +++ b/src/Tgstation.Server.Host/Components/InstanceManager.cs @@ -67,6 +67,7 @@ namespace Tgstation.Server.Host.Components /// The value of /// The value of /// The value of + /// The for the /// The value of public InstanceManager(IInstanceFactory instanceFactory, IIOManager ioManager, IDatabaseContextFactory databaseContextFactory, IApplication application, IJobManager jobManager, IServerControl serverControl, ILogger logger) { diff --git a/src/Tgstation.Server.Host/Components/Watchdog/InteropInfoBase.cs b/src/Tgstation.Server.Host/Components/Watchdog/InteropInfoBase.cs index 114a64020c..7a494a4953 100644 --- a/src/Tgstation.Server.Host/Components/Watchdog/InteropInfoBase.cs +++ b/src/Tgstation.Server.Host/Components/Watchdog/InteropInfoBase.cs @@ -26,6 +26,9 @@ namespace Tgstation.Server.Host.Components.Watchdog [Required] public string ServerCommandsJson { get; set; } + /// + /// Construct an + /// protected InteropInfoBase() { } /// diff --git a/src/Tgstation.Server.Host/Core/Application.cs b/src/Tgstation.Server.Host/Core/Application.cs index 79bdb9b6c0..a3cd319530 100644 --- a/src/Tgstation.Server.Host/Core/Application.cs +++ b/src/Tgstation.Server.Host/Core/Application.cs @@ -34,9 +34,7 @@ namespace Tgstation.Server.Host.Core /// sealed class Application : IApplication { - /// - /// Prefix for string version names - /// + /// public string VersionPrefix => "tgstation-server"; ///