Skip to content

Commit 4a871f8

Browse files
authored
Formalize LinkCompletionTools as public API (#1267)
1 parent 49c6c22 commit 4a871f8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Sources/SwiftDocC/DocumentationService/Convert/Symbol Link Resolution/LinkCompletionTools.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public import SymbolKit
2121
/// - Third, determine the minimal unique disambiguation for each completion suggestion using ``suggestedDisambiguation(forCollidingSymbols:)``
2222
///
2323
/// > Tip: You can use ``SymbolInformation/hash(uniqueSymbolID:)`` to compute the hashed symbol identifiers needed for steps 2 and 3 above.
24-
@_spi(LinkCompletion) // LinkCompletionTools isn't stable API yet
2524
public enum LinkCompletionTools {
2625

2726
// MARK: Parsing

Tests/SwiftDocCTests/Infrastructure/Symbol Link Resolution/LinkCompletionToolsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
import Foundation
1212
import XCTest
13-
@_spi(LinkCompletion) @testable import SwiftDocC
13+
@testable import SwiftDocC
1414

1515
class LinkCompletionToolsTests: XCTestCase {
1616
func testParsingLinkStrings() {

0 commit comments

Comments
 (0)