From 0788885d804220803265e2e67c82b41d8088f921 Mon Sep 17 00:00:00 2001 From: Benjamin Michaelis Date: Tue, 10 Oct 2023 22:37:06 +0100 Subject: [PATCH] Update xml documentation --- ListingManager/ListingManager.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ListingManager/ListingManager.cs b/ListingManager/ListingManager.cs index 94276a7..9c08c1a 100644 --- a/ListingManager/ListingManager.cs +++ b/ListingManager/ListingManager.cs @@ -51,6 +51,7 @@ private static bool TryGetListing(string listingPath, out ListingInformation? li /// When true, leaves files in place and only print console output /// Changes a listing's chapter based on the chapter number in the chapter's path /// Changes only the chapter of the listing, leaving the listing number unchanged. Use with + /// Indicates whether the listing and test files are in a single directory under (true) or if they are in separate dirs for listing and tests (false) public static void UpdateChapterListingNumbers(string pathToChapter, bool verbose = false, bool preview = false, bool byFolder = false, bool chapterOnly = false, bool singleDir = false) {