Skip to content

Commit c4d8d20

Browse files
committed
removed superfluous comments
1 parent ed9fcb0 commit c4d8d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/SourceKitLSP/LanguageService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ public protocol LanguageService: AnyObject, Sendable {
159159
func symbolInfo(_ request: SymbolInfoRequest) async throws -> [SymbolDetails]
160160

161161
/// Request a generated interface of a module to display in the IDE.
162-
/// **(LSP Extension)**
163162
///
164163
/// - Parameter document: The document whose compiler arguments should be used to generate the interface.
165164
/// - Parameter moduleName: The module to generate an index for.

0 commit comments

Comments
 (0)