Fixing xml docs

This commit is contained in:
Cameron MacFarland
2014-06-10 09:03:27 +08:00
parent 3ffcc17dfd
commit f6c42b78c5
13 changed files with 69 additions and 77 deletions
@@ -33,7 +33,7 @@ namespace Octokit.Reactive
/// <remarks>http://developer.github.com/v3/repos/comments/#list-comments-for-a-single-commit</remarks>
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <param name="number">The sha of the commit</param>
/// <param name="sha">The sha of the commit</param>
/// <returns></returns>
IObservable<CommitComment> GetForCommit(string owner, string name, string sha);