File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
SwiftJavaDocumentation/Documentation.docc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ OPTIONS:
57
57
The name of the Swift module into which the resulting Swift types will be generated.
58
58
--depends-on <depends-on>
59
59
A swift-java configuration file for a given Swift module name on which this module depends,
60
- e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift .config. There should be one of these options
60
+ e.g., JavaKitJar=Sources/JavaKitJar/swift-java .config. There should be one of these options
61
61
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
62
62
--swift-native-implementation <swift-native-implementation>
63
63
The names of Java classes whose declared native methods will be implemented in Swift.
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ extension SwiftJava {
70
70
@Option (
71
71
help: """
72
72
A swift-java configuration file for a given Swift module name on which this module depends,
73
- e.g., Sources/JavaKitJar/Java2Swift .config. There should be one of these options
73
+ e.g., Sources/JavaKitJar/swift-java .config. There should be one of these options
74
74
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
75
75
"""
76
76
)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ extension SwiftJava {
40
40
@Option (
41
41
help: """
42
42
A swift-java configuration file for a given Swift module name on which this module depends,
43
- e.g., JavaKitJar=Sources/JavaKitJar/Java2Swift .config. There should be one of these options
43
+ e.g., JavaKitJar=Sources/JavaKitJar/swift-java .config. There should be one of these options
44
44
for each Swift module that this module depends on (transitively) that contains wrapped Java sources.
45
45
"""
46
46
)
You can’t perform that action at this time.
0 commit comments