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
❯ jazzy --version
jazzy version: 0.14.0
❯ jazzy --min-acl private
Running xcodebuild
Checking xcodebuild -showBuildSettings
Assuming New Build System is used.
Parsing AppDelegate.swift (1/3)
Parsing SceneDelegate.swift (2/3)
Parsing ViewController.swift (3/3)
0% documentation coverage with 14 undocumented symbols
included 14 private, fileprivate, internal, public, or open symbols
building site
building search index
jam out ♪♫ to your fresh new docs in `docs`
I get documentation generated for the files in the main App target, but not for those in the framework.
I expected jazzy to generate docs for files in the app target's dependencies as well.
Running jazzy this way generates documentation for one module - see Usage in the readme for tips on how to pick the right module.
If you want to try putting multiple modules into the same docset then see #1194, #564 for the workaround -- things should mostly work as long as your structure is not too complex and there are no name clashes.
I have my modules organized in frameworks that are linked into the App Target, similar to this example project.
DemoAppWithFramework.zip
When I run…
I get documentation generated for the files in the main App target, but not for those in the framework.
I expected jazzy to generate docs for files in the app target's dependencies as well.
Do I need to generate the docs for frameworks in a separate step using https://github.com/realm/jazzy#docs-from-swiftmodules-or-frameworks or is there something else I am missing?
The text was updated successfully, but these errors were encountered: