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 {
44
44
public static let module = KindIdentifier ( rawIdentifier: " module " )
45
45
46
46
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,
68
68
]
69
69
70
70
/// Check the given identifier string against the list of known identifiers.
You can’t perform that action at this time.
0 commit comments