mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-02 02:45:32 +00:00
Added doc comment for property
This commit is contained in:
@@ -89,6 +89,14 @@ namespace Octokit.Reactive
|
||||
/// <returns></returns>
|
||||
IObservable<string> GetReadmeHtml(string owner, string name);
|
||||
|
||||
/// <summary>
|
||||
/// A client for GitHub's Commit Status API.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// See the <a href="http://developer.github.com/v3/repos/statuses/">Commit Status API documentation</a> for more
|
||||
/// details. Also check out the <a href="https://github.com/blog/1227-commit-status-api">blog post</a>
|
||||
/// that announced this feature.
|
||||
/// </remarks>
|
||||
IObservableCommitStatusClient CommitStatus { get; }
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,6 +14,8 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CEC9D451
|
||||
script\cibuild.ps1 = script\cibuild.ps1
|
||||
CustomDictionary.xml = CustomDictionary.xml
|
||||
Octokit.msbuild = Octokit.msbuild
|
||||
octokit.nuspec = octokit.nuspec
|
||||
Octokit.Reactive.nuspec = Octokit.Reactive.nuspec
|
||||
Octokit.ruleset = Octokit.ruleset
|
||||
EndProjectSection
|
||||
EndProject
|
||||
|
||||
Reference in New Issue
Block a user