update xml comments

This commit is contained in:
maddin2016
2016-06-06 15:26:07 +02:00
parent 67f71e4dc6
commit a3fafe90c1
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -162,6 +162,9 @@ namespace Octokit
/// <summary>
/// Add a repository to the team
/// </summary>
/// <param name="id">The team identifier.</param>
/// <param name="organization">Org to associate the repo with.</param>
/// <param name="repoName">Name of the repo.</param>
/// <param name="permission">The permission to grant the team on this repository.</param>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns></returns>
+3
View File
@@ -320,6 +320,9 @@ namespace Octokit
/// <summary>
/// Add a repository to the team
/// </summary>
/// <param name="id">The team identifier.</param>
/// <param name="organization">Org to associate the repo with.</param>
/// <param name="repoName">Name of the repo.</param>
/// <param name="permission">The permission to grant the team on this repository.</param>
/// <exception cref="ApiException">Thrown when a general API error occurs.</exception>
/// <returns></returns>