API interface summaries

Modified existing comments in IGitDatabaseClient, IMiscellaneousClient and
ITeamsClient. Hopefully for valid reasons.
This commit is contained in:
Peter MacNaughton
2013-12-02 22:08:21 -07:00
parent 185589e8e5
commit 231fa2c520
23 changed files with 127 additions and 4 deletions
+4 -1
View File
@@ -1,8 +1,11 @@
namespace Octokit
{
/// <summary>
/// Used to maintain api structure therefore contains no methods
/// A client for GitHub's Git API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/git/">Git API documentation</a> for more information.
/// </remarks>
public interface IGitDatabaseClient
{
IBlobsClient Blob { get; set; }