Generate documentation comments for the

`Reactive` project
This commit is contained in:
Peter MacNaughton
2014-02-26 22:09:23 -07:00
parent 64bd9d4b9b
commit 04d6e9b386
15 changed files with 140 additions and 69 deletions

View File

@@ -1,5 +1,8 @@
namespace Octokit.Reactive
{
/// <summary>
/// Used to maintain api structure therefore contains no methods
/// </summary>
public class ObservableGitDatabaseClient : IObservableGitDatabaseClient
{
public ObservableGitDatabaseClient(IGitHubClient client)