modified XML docs a little bit

This commit is contained in:
aedampir@gmail.com
2016-06-16 15:13:17 +07:00
parent 4d8c07eee6
commit de00adc2d6
2 changed files with 12 additions and 0 deletions
@@ -4,6 +4,12 @@ using System.Reactive;
namespace Octokit.Reactive
{
/// <summary>
/// A client for GitHub's References API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/git/refs/">References API documentation</a> for more information.
/// </remarks>
public interface IObservableReferencesClient
{
/// <summary>