mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-09 13:01:36 +00:00
Merge pull request #876 from Eilon/patch-1
#875 fixing doc comments on Issue type
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user