feat: Adding documentation comments.
All checks were successful
CI / Run Tests (push) Successful in 2m28s

This commit is contained in:
2024-12-17 13:32:05 -05:00
parent f8e89ed0fa
commit 54c07886ad
8 changed files with 245 additions and 68 deletions

View File

@@ -1,4 +1,6 @@
extension PandocClient {
/// Represents constant string values needed internally.
enum Constants {
static let pandocCommand = "pandoc"
static let defaultOutputFileName = "Report"