Merge pull request #632 from AdiuTankT72/develop

Fixed few summary comment tags
This commit is contained in:
Gert Driesen
2020-02-27 12:55:18 +01:00
committed by GitHub
2 changed files with 10 additions and 10 deletions
+5 -5
View File
@@ -54,7 +54,7 @@ namespace Renci.SshNet
#region Constructors
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
/// </summary>
/// <param name="connectionInfo">The connection info.</param>
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
@@ -64,7 +64,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="port">Connection port.</param>
@@ -80,7 +80,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="username">Authentication username.</param>
@@ -93,7 +93,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="port">Connection port.</param>
@@ -109,7 +109,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="username">Authentication username.</param>
+5 -5
View File
@@ -93,7 +93,7 @@ namespace Renci.SshNet
#region Constructors
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="ScpClient"/> class.
/// </summary>
/// <param name="connectionInfo">The connection info.</param>
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
@@ -103,7 +103,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="ScpClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="port">Connection port.</param>
@@ -119,7 +119,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="ScpClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="username">Authentication username.</param>
@@ -132,7 +132,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="ScpClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="port">Connection port.</param>
@@ -148,7 +148,7 @@ namespace Renci.SshNet
}
/// <summary>
/// Initializes a new instance of the <see cref="SftpClient"/> class.
/// Initializes a new instance of the <see cref="ScpClient"/> class.
/// </summary>
/// <param name="host">Connection host.</param>
/// <param name="username">Authentication username.</param>