We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b50193c commit c7ae714Copy full SHA for c7ae714
Sources/swift-doc/Subcommands/Coverage.swift
@@ -14,7 +14,7 @@ extension SwiftDoc {
14
var output: String?
15
16
@Option(name: .long,
17
- help: "The minimum access level of the symbols which should be included.")
+ help: "The minimum access level of the symbols considered for coverage statistics.")
18
var minimumAccessLevel: AccessLevel = .public
19
}
20
Sources/swift-doc/Subcommands/Generate.swift
@@ -37,7 +37,7 @@ extension SwiftDoc {
37
var baseURL: String = "/"
38
39
40
+ help: "The minimum access level of the symbols included in generated documentation.")
41
42
43
0 commit comments