Merge pull request #876 from Eilon/patch-1

#875 fixing doc comments on Issue type
This commit is contained in:
Phil Haack
2015-09-01 16:20:20 -07:00
+4 -1
View File
@@ -32,10 +32,13 @@ namespace Octokit
}
/// <summary>
/// The URL for this milestone.
/// The URL for this issue.
/// </summary>
public Uri Url { get; protected set; }
/// <summary>
/// The URL for the HTML view of this issue.
/// </summary>
public Uri HtmlUrl { get; protected set; }
/// <summary>