Skip to content

Commit b5e2661

Browse files
committed
resolve soundness check issue for throwing function
1 parent 74012e2 commit b5e2661

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tools/generate-docc-reference/GenerateDoccReference.swift

+1
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ struct GenerateDoccReference: ParsableCommand {
130130
/// - command: The command to parse into a markdown output.
131131
/// - directory: The directory to save the generated markdown file, printing it if `nil`.
132132
/// - doccFlavored: A Boolean value the indicates whether to generate docc-flavored markdown.
133+
/// - Throws: An error if the markdown file cannot be generated or saved.
133134
func generatePages(
134135
from command: CommandInfoV0, savingTo directory: URL?, doccFlavored: Bool
135136
)

0 commit comments

Comments
 (0)