Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.

Commit 8f4da0f

Browse files
heckjmattt
andauthored
Update Sources/swift-doc/Subcommands/Generate.swift
Co-Authored-By: Mattt <[email protected]>
1 parent 44f7cce commit 8f4da0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-doc/Subcommands/Generate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ extension SwiftDoc {
7373
}
7474

7575
guard !pages.isEmpty else {
76-
logger.warning("No pages were found to render.")
76+
logger.warning("No public API symbols were found at the specified path. No output was written.")
7777
return
7878
}
7979

0 commit comments

Comments
 (0)