modified XML docs

This commit is contained in:
aedampir@gmail.com
2016-06-16 17:40:47 +07:00
parent be6e55e4eb
commit f45a0e62f4
4 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ using System.Reactive;
namespace Octokit.Reactive
{
/// <summary>
/// A client for GitHub's Issue Labels API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/issues/labels/">Issue Labels API documentation</a> for more information.
/// </remarks>
public interface IObservableIssuesLabelsClient
{
/// <summary>