Jelajahi Sumber

Fixed few summary comment tags

Adrian Stanislawski 5 tahun lalu
induk
melakukan
ea5a440131
2 mengubah file dengan 10 tambahan dan 10 penghapusan
  1. 5 5
      src/Renci.SshNet/NetConfClient.cs
  2. 5 5
      src/Renci.SshNet/ScpClient.cs

+ 5 - 5
src/Renci.SshNet/NetConfClient.cs

@@ -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
src/Renci.SshNet/ScpClient.cs

@@ -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>