tidy up some xml-docs while i'm in here

This commit is contained in:
Brendan Forster
2015-11-02 17:48:39 -08:00
parent 50a2b97c17
commit bfb0559351
8 changed files with 64 additions and 7 deletions
+11
View File
@@ -11,10 +11,21 @@ namespace Octokit
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class Meta
{
/// <summary>
/// Create an instance of the Meta
/// </summary>
public Meta()
{
}
/// <summary>
/// Create an instance of the Meta
/// </summary>
/// <param name="verifiablePasswordAuthentication">Whether authentication with username and password is supported.</param>
/// <param name="gitHubServicesSha">The currently-deployed SHA of github-services.</param>
/// <param name="hooks">An array of IP addresses in CIDR format specifying the addresses that incoming service hooks will originate from on GitHub.com.</param>
/// <param name="git">An array of IP addresses in CIDR format specifying the Git servers for the GitHub server</param>
/// <param name="pages">An array of IP addresses in CIDR format specifying the A records for GitHub Pages.</param>
public Meta(
bool verifiablePasswordAuthentication,
string gitHubServicesSha,