mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
tidy up some xml-docs while i'm in here
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user