Skip to content

Commit

Permalink
Cleanup GenerateChangeLog command, removing unnecessary functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyychenn committed May 21, 2024
1 parent 8fae025 commit a099b9a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 386 deletions.
21 changes: 0 additions & 21 deletions Sources/SwiftDocC/Model/Rendering/RenderNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -275,26 +275,5 @@ public struct RenderNode: VariantContainer {
throw DecodingError.dataCorruptedError(in: container, debugDescription: "Unknown RenderNode.Kind: '\(unknown)'.")
}
}

// // Return the string representing this kind.
// // If the kind is a symbol, return the symbol kind.
// public func kindString() -> String {
// var kind = ""
//
// switch(self) {
// case .article:
// kind = "article"
// case .tutorial:
// kind = "tutorial"
// case .section:
// kind = "section"
// case .overview:
// kind = "overview"
// case .symbol:
// kind = "symbol"
// }
//
// return kind
// }
}
}

This file was deleted.

Loading

0 comments on commit a099b9a

Please sign in to comment.