mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-04 03:16:11 +00:00
Add a bunch of doc comments
We get a lot of build output because of missing XML comments that we
ignore. I'd like to stop ignoring them. To do that, we need to doc the
💩 out of everything.
This commit is contained in:
@@ -40,7 +40,7 @@ namespace Octokit
|
||||
/// <summary>
|
||||
/// Optional. Gets or sets whether to enable issues for the new repository. The default is true.
|
||||
/// </summary>
|
||||
public bool? HasIssues { get; set; }
|
||||
public bool HasIssues { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Optional. Gets or sets whether to enable the wiki for the new repository. The default is true.
|
||||
|
||||
Reference in New Issue
Block a user