Skip to content

Commit a099b9a

Browse files
committed
Cleanup GenerateChangeLog command, removing unnecessary functions.
1 parent 8fae025 commit a099b9a

File tree

4 files changed

+17
-386
lines changed

4 files changed

+17
-386
lines changed

Sources/SwiftDocC/Model/Rendering/RenderNode.swift

-21
Original file line numberDiff line numberDiff line change
@@ -275,26 +275,5 @@ public struct RenderNode: VariantContainer {
275275
throw DecodingError.dataCorruptedError(in: container, debugDescription: "Unknown RenderNode.Kind: '\(unknown)'.")
276276
}
277277
}
278-
279-
// // Return the string representing this kind.
280-
// // If the kind is a symbol, return the symbol kind.
281-
// public func kindString() -> String {
282-
// var kind = ""
283-
//
284-
// switch(self) {
285-
// case .article:
286-
// kind = "article"
287-
// case .tutorial:
288-
// kind = "tutorial"
289-
// case .section:
290-
// kind = "section"
291-
// case .overview:
292-
// kind = "overview"
293-
// case .symbol:
294-
// kind = "symbol"
295-
// }
296-
//
297-
// return kind
298-
// }
299278
}
300279
}

Sources/SwiftDocCUtilities/ArgumentParsing/Subcommands/DiffDocCArchive.swift

-328
This file was deleted.

0 commit comments

Comments
 (0)