Tidy up a few Xml comments

This commit is contained in:
Ryan Gribble
2016-08-10 15:58:57 +10:00
parent 998af893f5
commit 7bc44d4119
5 changed files with 5 additions and 2 deletions
@@ -133,6 +133,7 @@ namespace Octokit.Reactive
/// See the <a href="https://developer.github.com/v3/repos/branches/#update-branch-protection">API documentation</a> for more details
/// </remarks>
/// <param name="repositoryId">The Id of the repository</param>
/// <param name="branch">The name of the branch</param>
/// <param name="update">Branch protection settings</param>
IObservable<BranchProtectionSettings> UpdateBranchProtection(int repositoryId, string branch, BranchProtectionSettingsUpdate update);