Skip to content

Commit

Permalink
Updated the inline documentation of the FrmRepBuilder class constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
xvitaly committed Dec 5, 2024
1 parent cbcfc01 commit 94412ea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/srcrepair/FrmRepBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ public partial class FrmRepBuilder : Form
/// <summary>
/// FrmRepBuilder class constructor.
/// </summary>
/// <param name="A">Full path to the local reports directory.</param>
/// <param name="L">Full path to the local logs directory.</param>
/// <param name="SD">Full path to Steam crash dumps directory.</param>
/// <param name="SL">Full path to Steam logs directory.</param>
/// <param name="SG">Instance of SourceGame class, selected in main window.</param>
/// <param name="A">Full path to the application reports directory.</param>
/// <param name="L">Full path to the application logs directory.</param>
/// <param name="SD">Full path to the Steam crash dumps directory.</param>
/// <param name="SL">Full path to the Steam logs directory.</param>
/// <param name="SG">Instance of the SourceGame class, selected in main window.</param>
public FrmRepBuilder(string A, string L, string SD, string SL, SourceGame SG)
{
InitializeComponent();
Expand Down

0 comments on commit 94412ea

Please sign in to comment.