File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed
Sources/SymbolKit/SymbolGraph/Symbol Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -44,27 +44,27 @@ extension SymbolGraph.Symbol {
4444 public static let module = KindIdentifier ( rawIdentifier: " module " )
4545
4646 public static let allCases : [ KindIdentifier ] = [
47- . ` associatedtype` ,
48- . ` class` ,
49- . ` deinit` ,
50- . ` enum` ,
51- . ` case` ,
52- . ` func` ,
53- . ` operator` ,
54- . `init`,
55- . ` method` ,
56- . ` property` ,
57- . ` protocol` ,
58- . snippet,
59- . snippetGroup,
60- . ` struct` ,
61- . ` subscript` ,
62- . ` typeMethod` ,
63- . ` typeProperty` ,
64- . ` typeSubscript` ,
65- . ` typealias` ,
66- . ` var` ,
67- . ` module`
47+ . associatedtype,
48+ . class,
49+ . deinit,
50+ . enum,
51+ . case,
52+ . func,
53+ . operator,
54+ . `init`,
55+ . method,
56+ . property,
57+ . protocol,
58+ . snippet,
59+ . snippetGroup,
60+ . struct,
61+ . subscript,
62+ . typeMethod,
63+ . typeProperty,
64+ . typeSubscript,
65+ . typealias,
66+ . var,
67+ . module,
6868 ]
6969
7070 /// Check the given identifier string against the list of known identifiers.
You can’t perform that action at this time.
0 commit comments