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
You're completely right; I should have explained this is an ad-hoc workaround -- Jazzy itself doesn't understand multiple modules per docset, which means that you can't tell what module a thing come from, cross-module extensions are not clear, and types that share names in separate modules get merged (or worse). #564 is the tracker for adding this as a full feature.
Depending on whether the modules have any interdependencies, you might be able to create a fake CocoaPods podspec for a combined module and run jazzy over that podspec instead of your normal project.
Is there a way to document a project with more than one target ?
I passed multiple target arguments to xcodebuild_arguments and the generated documentation did not include docs from those targets.
The text was updated successfully, but these errors were encountered: