We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a34b8 commit 95045ffCopy full SHA for 95045ff
Sources/Java2SwiftLib/JavaTranslator.swift
@@ -444,7 +444,7 @@ extension JavaTranslator {
444
if !nativeMembers.isEmpty {
445
let protocolDecl: DeclSyntax =
446
"""
447
- /// Describes the Java `native` methods for \(raw: swiftTypeName).
+ /// Describes the Java `native` methods for ``\(raw: swiftTypeName)``.
448
///
449
/// To implement all of the `native` methods for \(raw: swiftTypeName) in Swift,
450
/// extend \(raw: swiftTypeName) to conform to this protocol and mark
0 commit comments