mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
Fix xml doc comment
This commit is contained in:
@@ -217,11 +217,11 @@ namespace TGS.Server
|
||||
/// </summary>
|
||||
RepoPRListError = 4900,
|
||||
/// <summary>
|
||||
/// Info: Successful completion of a <see cref="TGS.Interface.Components.ITGRepository.MergePullRequest(int, string)"/> operation
|
||||
/// Info: Successful completion of a <see cref="TGS.Interface.Components.ITGRepository.MergePullRequest"/> operation
|
||||
/// </summary>
|
||||
RepoPRMerge = 5000,
|
||||
/// <summary>
|
||||
/// Warning: An error occurred during a <see cref="TGS.Interface.Components.ITGRepository.MergePullRequest(int, string)"/> operation
|
||||
/// Warning: An error occurred during a <see cref="TGS.Interface.Components.ITGRepository.MergePullRequest"/> operation
|
||||
/// </summary>
|
||||
RepoPRMergeFail = 5100,
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user