Fix xml doc comment

This commit is contained in:
Cyberboss
2017-11-30 10:49:30 -05:00
parent 96ad0afdc5
commit 74b3786ce7
+2 -2
View File
@@ -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>