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>2011-04-29 17:33:35 +0400
committernulltoken <emeric.fermas@gmail.com>2011-04-29 18:13:53 +0400
commit3898c084cff72b01f2d9d7f44fa32cac5181ff93 (patch)
tree907d1b963574c1c46a80dc19f87105105b5c86e0 /LibGit2Sharp/Reference.cs
parent1ae67748ee90f8df6a7a33cb7b2707210880a1a4 (diff)
Add some documentation
Diffstat (limited to 'LibGit2Sharp/Reference.cs')
-rw-r--r--LibGit2Sharp/Reference.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/LibGit2Sharp/Reference.cs b/LibGit2Sharp/Reference.cs
index d12b4f13..7ba3f044 100644
--- a/LibGit2Sharp/Reference.cs
+++ b/LibGit2Sharp/Reference.cs
@@ -68,9 +68,9 @@ namespace LibGit2Sharp
}
/// <summary>
- /// Recursively peels the target of the reference until a direct reference is encountered.
+ /// Recursively peels the target of the reference until a direct reference is encountered.
/// </summary>
- /// <returns></returns>
+ /// <returns>The <see cref="DirectReference"/> this <see cref="Reference"/> points to.</returns>
public abstract DirectReference ResolveToDirectReference();
protected abstract object ProvideAdditionalEqualityComponent();