Skip to content

Commit ea5a440

Browse files
author
Adrian Stanislawski
committed
Fixed few summary comment tags
1 parent e9e9b4e commit ea5a440

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

src/Renci.SshNet/NetConfClient.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ internal INetConfSession NetConfSession
5454
#region Constructors
5555

5656
/// <summary>
57-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
57+
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
5858
/// </summary>
5959
/// <param name="connectionInfo">The connection info.</param>
6060
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
@@ -64,7 +64,7 @@ public NetConfClient(ConnectionInfo connectionInfo)
6464
}
6565

6666
/// <summary>
67-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
67+
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
6868
/// </summary>
6969
/// <param name="host">Connection host.</param>
7070
/// <param name="port">Connection port.</param>
@@ -80,7 +80,7 @@ public NetConfClient(string host, int port, string username, string password)
8080
}
8181

8282
/// <summary>
83-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
83+
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
8484
/// </summary>
8585
/// <param name="host">Connection host.</param>
8686
/// <param name="username">Authentication username.</param>
@@ -93,7 +93,7 @@ public NetConfClient(string host, string username, string password)
9393
}
9494

9595
/// <summary>
96-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
96+
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
9797
/// </summary>
9898
/// <param name="host">Connection host.</param>
9999
/// <param name="port">Connection port.</param>
@@ -109,7 +109,7 @@ public NetConfClient(string host, int port, string username, params PrivateKeyFi
109109
}
110110

111111
/// <summary>
112-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
112+
/// Initializes a new instance of the <see cref="NetConfClient"/> class.
113113
/// </summary>
114114
/// <param name="host">Connection host.</param>
115115
/// <param name="username">Authentication username.</param>

src/Renci.SshNet/ScpClient.cs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public IRemotePathTransformation RemotePathTransformation
9393
#region Constructors
9494

9595
/// <summary>
96-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
96+
/// Initializes a new instance of the <see cref="ScpClient"/> class.
9797
/// </summary>
9898
/// <param name="connectionInfo">The connection info.</param>
9999
/// <exception cref="ArgumentNullException"><paramref name="connectionInfo"/> is <c>null</c>.</exception>
@@ -103,7 +103,7 @@ public ScpClient(ConnectionInfo connectionInfo)
103103
}
104104

105105
/// <summary>
106-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
106+
/// Initializes a new instance of the <see cref="ScpClient"/> class.
107107
/// </summary>
108108
/// <param name="host">Connection host.</param>
109109
/// <param name="port">Connection port.</param>
@@ -119,7 +119,7 @@ public ScpClient(string host, int port, string username, string password)
119119
}
120120

121121
/// <summary>
122-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
122+
/// Initializes a new instance of the <see cref="ScpClient"/> class.
123123
/// </summary>
124124
/// <param name="host">Connection host.</param>
125125
/// <param name="username">Authentication username.</param>
@@ -132,7 +132,7 @@ public ScpClient(string host, string username, string password)
132132
}
133133

134134
/// <summary>
135-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
135+
/// Initializes a new instance of the <see cref="ScpClient"/> class.
136136
/// </summary>
137137
/// <param name="host">Connection host.</param>
138138
/// <param name="port">Connection port.</param>
@@ -148,7 +148,7 @@ public ScpClient(string host, int port, string username, params PrivateKeyFile[]
148148
}
149149

150150
/// <summary>
151-
/// Initializes a new instance of the <see cref="SftpClient"/> class.
151+
/// Initializes a new instance of the <see cref="ScpClient"/> class.
152152
/// </summary>
153153
/// <param name="host">Connection host.</param>
154154
/// <param name="username">Authentication username.</param>

0 commit comments

Comments
 (0)