Skip to content

Commit b64dc65

Browse files
committed
Fix topic references
1 parent 046aba2 commit b64dc65

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

Package.swift

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ let package = Package(
2121
),
2222
]
2323
)
24+
25+
#if swift(>=5.6)
26+
// Add the documentation compiler plugin if possible
27+
package.dependencies.append(
28+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
29+
)
30+
#endif

Sources/XCTestDynamicOverlay/Documentation.docc/XCTestDynamicOverlay.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ XCTest Dynamic Overlay provides APIs for invoking XCTest's `XCTFail` directly in
1212

1313
- <doc:GettingStarted>
1414

15-
<!--NB: A DocC bug prevents the functions from resolving:-->
16-
<!--### XCTFail-->
17-
<!---->
18-
<!--- ``XCTFail(_:)-30at6``-->
19-
<!--- ``XCTFail(_:file:line:)-3ujuf``-->
15+
### Overlays
16+
17+
- ``XCTFail(_:)``
18+
- ``XCTFail(_:file:line:)``
2019

2120
### Unimplemented Dependencies
2221

0 commit comments

Comments
 (0)