Fixing xml docs

This commit is contained in:
Cameron MacFarland
2014-06-10 09:03:27 +08:00
parent 3ffcc17dfd
commit f6c42b78c5
13 changed files with 69 additions and 77 deletions
@@ -22,10 +22,6 @@ namespace Octokit
/// <summary>
/// Constructs an instance of PrivateRepositoryQuotaExceededException.
/// </summary>
/// <param name="owner">The login of the owner of the existing repository</param>
/// <param name="name">The name of the existing repository</param>
/// <param name="ownerIsOrganization">True if the owner is an organization</param>
/// <param name="baseAddress">The base address of the repository.</param>
/// <param name="innerException">The inner validation exception.</param>
public PrivateRepositoryQuotaExceededException(ApiValidationException innerException)
: base(innerException)