Skip to content

Commit cfc261f

Browse files
add type subscripts to overloadable symbol kinds (#823)
1 parent 2e8a07a commit cfc261f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SwiftDocC/Infrastructure/Extensions/KindIdentifier+Overloads.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ extension SymbolGraph.Symbol.KindIdentifier {
2020
.`init`,
2121
.macro,
2222
.subscript,
23+
.typeSubscript,
2324
.`operator`:
2425
return true
2526
default:

0 commit comments

Comments
 (0)