modified XML docs

This commit is contained in:
Alexander Efremov
2016-06-13 00:47:03 +07:00
parent f05f6dcab9
commit 7bcfe3d0a1
2 changed files with 12 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ using System.Reactive.Threading.Tasks;
namespace Octokit.Reactive
{
/// <summary>
/// A client for GitHub's Repository Statistics API.
/// </summary>
/// <remarks>
/// See the <a href="https://developer.github.com/v3/repos/statistics/">Repository Statistics API documentation</a> for more information.
/// </remarks>
public class ObservableStatisticsClient : IObservableStatisticsClient
{
readonly IGitHubClient _client;