mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 08:33:19 +01:00
Update documentation comment
This commit is contained in:
@@ -18,6 +18,7 @@ namespace Tgstation.Server.Host.Components.Repository
|
||||
/// <param name="repositorySettings">The <see cref="RepositorySettings"/>.</param>
|
||||
/// <param name="cancellationToken">The <see cref="CancellationToken"/> for the operation.</param>
|
||||
/// <returns>A <see cref="Task{TResult}"/> resulting in the <see cref="Models.TestMerge"/> of the <paramref name="parameters"/>.</returns>
|
||||
/// <remarks><see cref="TestMergeApiBase.MergedAt"/> and <see cref="Models.TestMerge.MergedBy"/> will be unset.</remarks>
|
||||
Task<Models.TestMerge> GetTestMerge(
|
||||
TestMergeParameters parameters,
|
||||
RepositorySettings repositorySettings,
|
||||
|
||||
Reference in New Issue
Block a user