mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Replace all "public api" with proper inheritdoc comments
This commit is contained in:
@@ -34,16 +34,16 @@ namespace TGServerService
|
||||
DisposeChat();
|
||||
}
|
||||
|
||||
//public api
|
||||
/// <inheritdoc />
|
||||
public string Version()
|
||||
{
|
||||
return Service.Version;
|
||||
}
|
||||
|
||||
//public api
|
||||
/// <inheritdoc />
|
||||
public void VerifyConnection() { }
|
||||
|
||||
//public api
|
||||
/// <inheritdoc />
|
||||
public void PrepareForUpdate()
|
||||
{
|
||||
Properties.Settings.Default.ReattachToDD = true;
|
||||
|
||||
Reference in New Issue
Block a user