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
+6
View File
@@ -4,6 +4,12 @@ using System.Threading.Tasks;
namespace Octokit
{
/// <summary>
/// A client for GitHub's Users API.
/// </summary>
/// <remarks>
/// See the <a href="http://developer.github.com/v3/users/">Users API documentation</a> for more information.
/// </remarks>
public interface IUsersClient
{
/// <summary>