Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Cleanup GenerateChangeLog command, removing unnecessary functions.
  • Loading branch information
emilyychenn committed May 21, 2024
commit 4a47bad80119199f1503ce117fbbcee0e7e8621b
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