mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-20 22:25:12 +00:00
Remove /en slug in docs.github.com links (and stop VSCode from formatting on save) (#2573)
This commit is contained in:
@@ -38,7 +38,7 @@ namespace Octokit.Reactive
|
||||
/// <remarks>https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment</remarks>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="number">The comment id</param>
|
||||
/// <param name="number">The comment id</param>
|
||||
/// <returns></returns>
|
||||
IObservable<Reaction> GetAll(string owner, string name, int number);
|
||||
|
||||
@@ -58,7 +58,7 @@ namespace Octokit.Reactive
|
||||
/// </summary>
|
||||
/// <remarks>https://developer.github.com/v3/reactions/#list-reactions-for-a-commit-comment</remarks>
|
||||
/// <param name="repositoryId">The owner of the repository</param>
|
||||
/// <param name="number">The comment id</param>
|
||||
/// <param name="number">The comment id</param>
|
||||
/// <returns></returns>
|
||||
IObservable<Reaction> GetAll(long repositoryId, int number);
|
||||
|
||||
@@ -75,7 +75,7 @@ namespace Octokit.Reactive
|
||||
/// <summary>
|
||||
/// Deletes a reaction for a specified Commit Comment
|
||||
/// </summary>
|
||||
/// <remarks>https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction</remarks>
|
||||
/// <remarks>https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction</remarks>
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="commentId">The comment id</param>
|
||||
@@ -86,7 +86,7 @@ namespace Octokit.Reactive
|
||||
/// <summary>
|
||||
/// Deletes a reaction for a specified Commit Comment
|
||||
/// </summary>
|
||||
/// <remarks>https://docs.github.com/en/rest/reactions#delete-a-commit-comment-reaction</remarks>
|
||||
/// <remarks>https://docs.github.com/rest/reactions#delete-a-commit-comment-reaction</remarks>
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="commentId">The comment id</param>
|
||||
/// <param name="reactionId">The reaction id</param>
|
||||
|
||||
Reference in New Issue
Block a user