You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a SPM package with multiple libraries. I want to generate documentation for the types in all the libraries (1 main library and 2 support libraries for testing and SwiftUI bindings).
I thought I could just run the jazzy command with a wildcard --include= but it only takes the files from the specified module.
I have a SPM package with multiple libraries. I want to generate documentation for the types in all the libraries (1 main library and 2 support libraries for testing and SwiftUI bindings).
I thought I could just run the
jazzy
command with a wildcard--include=
but it only takes the files from the specified module.jazzy --module Fluxor --swift-build-tool spm --include="Sources/FluxorSwiftUI/*.swift"
How do I generate documentation for types in all the libraries in my package?
The text was updated successfully, but these errors were encountered: