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>2015-06-15 16:11:24 +0300
committernulltoken <emeric.fermas@gmail.com>2015-06-15 16:11:24 +0300
commit5b9cd9914d5ac3f394358d79184088562d371f52 (patch)
tree2e0cf6ef1e282faac3469c32019df0077513f62c
parent49346f8ff5f02296f98d7103b2c0c4555b30ead3 (diff)
Fix some Xml doc related warnings
-rw-r--r--LibGit2Sharp/TreeEntryChanges.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/TreeEntryChanges.cs b/LibGit2Sharp/TreeEntryChanges.cs
index bb288d26..0984ccf6 100644
--- a/LibGit2Sharp/TreeEntryChanges.cs
+++ b/LibGit2Sharp/TreeEntryChanges.cs
@@ -55,7 +55,7 @@ namespace LibGit2Sharp
/// be false during a conflict that deletes both the
/// "ours" and "theirs" sides, or when the diff is a
/// delete and the status is
- /// <see cref="ChangeType.Deleted"/>.
+ /// <see cref="ChangeKind.Deleted"/>.
/// </summary>
public virtual bool Exists { get; private set; }
@@ -85,7 +85,7 @@ namespace LibGit2Sharp
/// side to a conflict. This will be false during a
/// conflict that involves both the "ours" and "theirs"
/// side being added, or when the diff is an add and the
- /// status is <see cref="ChangeType.Added"/>.
+ /// status is <see cref="ChangeKind.Added"/>.
/// </summary>
public virtual bool OldExists { get; private set; }