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