added some more docs

This commit is contained in:
Brendan Forster
2014-10-07 14:49:08 -02:00
parent 54e0914390
commit d169876a3b
14 changed files with 92 additions and 8 deletions
@@ -3,6 +3,12 @@ using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// A client for GitHub's Pull Request Review Comments API.
/// </summary>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/pulls/comments/">Review Comments API documentation</a> for more information.
/// </remarks>
public interface IPullRequestReviewCommentsClient
{
/// <summary>