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/ObjectId.cs
parent1ae67748ee90f8df6a7a33cb7b2707210880a1a4 (diff)
Add some documentation
Diffstat (limited to 'LibGit2Sharp/ObjectId.cs')
-rw-r--r--LibGit2Sharp/ObjectId.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/LibGit2Sharp/ObjectId.cs b/LibGit2Sharp/ObjectId.cs
index 5cd65768..66dbabb3 100644
--- a/LibGit2Sharp/ObjectId.cs
+++ b/LibGit2Sharp/ObjectId.cs
@@ -141,6 +141,10 @@ namespace LibGit2Sharp
return equalityHelper.GetHashCode(this);
}
+ /// <summary>
+ /// Returns a <see cref="string"/> that represents the current <see cref="ObjectId"/>.
+ /// </summary>
+ /// <returns>A <see cref="string"/> that represents the current <see cref="ObjectId"/>.</returns>
public override string ToString()
{
return Sha;