Skip to content

Commit

Permalink
Fix documentation comment errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Oct 21, 2023
1 parent 6ab9fc5 commit 42b0937
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,8 @@ async Task LogDDOutput(IProcess process, string outputFilePath, bool cliSupporte
/// </summary>
/// <param name="dmbProvider">The <see cref="IDmbProvider"/>.</param>
/// <param name="chatTrackingContext">The <see cref="IChatTrackingContext"/>.</param>
/// <param name="launchParameters">The <see cref="DreamDaemonLaunchParameters"/> if any.</param>
/// <param name="securityLevel">The <see cref="DreamDaemonSecurity"/> the server was launched with.</param>
/// <param name="visibility">The <see cref="DreamDaemonVisibility"/> the server was launched with.</param>
/// <param name="apiValidateOnly">The value of <see cref="RuntimeInformation.ApiValidateOnly"/>.</param>
/// <returns>A new <see cref="RuntimeInformation"/> class.</returns>
RuntimeInformation CreateRuntimeInformation(
Expand Down

0 comments on commit 42b0937

Please sign in to comment.