When I build documentation in Xcode with Ctrl-Cmd-Shift-D, it includes my .docc
catalog. When I run xcodebuild docbuild
from the command line, it doesn't.
Why is this? Is it possible to tell xcodebuild to use a specific .docc
catalog rather than just the doc comments?
I'm trying to automate the documentation build process for a Swift package, but I can't if it requires pressing a button in Xcode. Because it's a package, I have no project file or workspace to point to or modify.