diff --git a/app/MindWork AI Studio/Tools/Pandoc.cs b/app/MindWork AI Studio/Tools/Pandoc.cs index aebcd5ff..6111f766 100644 --- a/app/MindWork AI Studio/Tools/Pandoc.cs +++ b/app/MindWork AI Studio/Tools/Pandoc.cs @@ -18,11 +18,11 @@ public static partial class Pandoc private static readonly Version FALLBACK_VERSION = new (3, 7, 0, 2); /// - /// Checks if pandoc is available on the system and can be started as a process or present in AiStudio's data dir + /// Checks if pandoc is available on the system and can be started as a process or is present in AI Studio's data dir. /// - /// Global rust service to access file system and data dir - /// Controls if snackbars are shown to the user - /// True, if pandoc is available and the minimum required version is met, else False. + /// Global rust service to access file system and data dir. + /// Controls if snackbars are shown to the user. + /// True, if pandoc is available and the minimum required version is met, else false. public static async Task CheckAvailabilityAsync(RustService rustService, bool showMessages = true) { var installDir = await GetPandocDataFolder(rustService); @@ -227,7 +227,7 @@ public static partial class Pandoc } /// - /// Reads the systems architecture to find the correct archive + /// Reads the systems architecture to find the correct archive. /// /// Full URI to the right archive in Pandoc's repository. public static async Task GenerateArchiveUriAsync()