Skip to content

Commit

Permalink
Update xml documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminMichaelis committed Oct 10, 2023
1 parent 432348d commit 0788885
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ListingManager/ListingManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ private static bool TryGetListing(string listingPath, out ListingInformation? li
/// <param name="preview">When true, leaves files in place and only print console output</param>
/// <param name="byFolder">Changes a listing's chapter based on the chapter number in the chapter's path</param>
/// <param name="chapterOnly">Changes only the chapter of the listing, leaving the listing number unchanged. Use with <paramref name="byFolder"/></param>
/// <param name="singleDir">Indicates whether the listing and test files are in a single directory under <paramref name="pathToChapter"/> (true) or if they are in separate dirs for listing and tests (false)</param>
public static void UpdateChapterListingNumbers(string pathToChapter,
bool verbose = false, bool preview = false, bool byFolder = false, bool chapterOnly = false, bool singleDir = false)
{
Expand Down

0 comments on commit 0788885

Please sign in to comment.