Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornulltoken <emeric.fermas@gmail.com>2014-06-14 16:57:53 +0400
committernulltoken <emeric.fermas@gmail.com>2014-06-14 16:57:53 +0400
commitaf6ae4ecd7bc66e77c1d4957a37eee272ba19bca (patch)
tree373f9bfc199a0e14bb2c132b2333360069e11325 /LibGit2Sharp
parentc08840643f084bec44192fba78ed73d4934b803c (diff)
Fix xml doc related warnings
Diffstat (limited to 'LibGit2Sharp')
-rw-r--r--LibGit2Sharp/Network.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/LibGit2Sharp/Network.cs b/LibGit2Sharp/Network.cs
index 7b89edc4..018169c6 100644
--- a/LibGit2Sharp/Network.cs
+++ b/LibGit2Sharp/Network.cs
@@ -46,7 +46,7 @@ namespace LibGit2Sharp
/// </para>
/// </summary>
/// <param name="remote">The <see cref="Remote"/> to list from.</param>
- /// <param name="credentials">The optional <see cref="Func<Credentials>"/> used to connect to remote repository.</param>
+ /// <param name="credentialsProvider">The optional <see cref="Func{Credentials}"/> used to connect to remote repository.</param>
/// <returns>The references in the <see cref="Remote"/> repository.</returns>
public virtual IEnumerable<DirectReference> ListReferences(Remote remote, CredentialsHandler credentialsProvider = null)
{