Move comment to <remarks> section

This commit is contained in:
Ryan Gribble
2016-08-15 21:13:53 +10:00
parent 0b1280e8e5
commit c96ee7ac01
4 changed files with 12 additions and 4 deletions
@@ -9,6 +9,9 @@ namespace Octokit
/// <summary>
/// Specifies the requested settings for branch protection
/// </summary>
/// <remarks>
/// Note: this is a PREVIEW api: https://developer.github.com/changes/2016-06-27-protected-branches-api-update/
/// </remarks>
[DebuggerDisplay("{DebuggerDisplay,nq}")]
public class BranchProtectionSettingsUpdate
{