mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 11:40:42 +00:00
modified XML docs a little bit
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -5,6 +5,12 @@ using Octokit.Reactive.Internal;
|
||||
|
||||
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 class ObservableReferencesClient : IObservableReferencesClient
|
||||
{
|
||||
readonly IReferencesClient _reference;
|
||||
|
||||
Reference in New Issue
Block a user