Updated XML documentation for several methods

This commit is contained in:
Lucas Nicodemus 2015-04-12 23:39:04 -06:00
parent 726576e3e0
commit 417ffbc740
7 changed files with 17 additions and 19 deletions

View file

@ -106,7 +106,7 @@ namespace TShockAPI.DB
/// Sets the Hashed Password for a given username
/// </summary>
/// <param name="user">User user</param>
/// <param name="group">string password</param>
/// <param name="password">string password</param>
public void SetUserPassword(User user, string password)
{
try
@ -126,7 +126,7 @@ namespace TShockAPI.DB
/// Sets the UUID for a given username
/// </summary>
/// <param name="user">User user</param>
/// <param name="group">string uuid</param>
/// <param name="uuid">string uuid</param>
public void SetUserUUID(User user, string uuid)
{
try