Replace all "public api" with proper inheritdoc comments

This commit is contained in:
Cyberboss
2017-10-20 15:42:23 -04:00
parent 3cd4645fa2
commit 125b1babbc
7 changed files with 54 additions and 54 deletions
@@ -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;