Skip to content

Commit

Permalink
Update Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle <[email protected]>
  • Loading branch information
QuietMisdreavus and Kyle-Ye committed Apr 8, 2022
1 parent 3c8b73d commit e28aab7
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,27 @@ extension SymbolGraph.Symbol {
public static let module = KindIdentifier(rawIdentifier: "module")

public static let allCases: [KindIdentifier] = [
.`associatedtype`,
.`class`,
.`deinit`,
.`enum`,
.`case`,
.`func`,
.`operator`,
.`init`,
.`method`,
.`property`,
.`protocol`,
.snippet,
.snippetGroup,
.`struct`,
.`subscript`,
.`typeMethod`,
.`typeProperty`,
.`typeSubscript`,
.`typealias`,
.`var`,
.`module`
.associatedtype,
.class,
.deinit,
.enum,
.case,
.func,
.operator,
.`init`,
.method,
.property,
.protocol,
.snippet,
.snippetGroup,
.struct,
.subscript,
.typeMethod,
.typeProperty,
.typeSubscript,
.typealias,
.var,
.module,
]

/// Check the given identifier string against the list of known identifiers.
Expand Down

0 comments on commit e28aab7

Please sign in to comment.