Updating some interface documentation

where the implementation documentation seemed better.
This commit is contained in:
Peter MacNaughton
2014-02-26 22:08:46 -07:00
parent 9a16c6d778
commit 64bd9d4b9b
3 changed files with 10 additions and 10 deletions
@@ -10,7 +10,7 @@ namespace Octokit.Reactive
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <exception cref="AuthorizationException">Thrown if the client is not authenticated</exception>
/// <returns>A <see cref="IObservable{User}"/> of <see cref="User"/> starring the passed repository</returns>
/// <returns>A <see cref="IObservable{User}"/> of <see cref="User"/>s starring the passed repository</returns>
IObservable<User> GetAllStargazers(string owner, string name);
/// <summary>