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
Support --output-path when building documentation for multiple targets. (#89)
* Support using a custom `--output-path` when building a combined archive
Also, print all archive output paths at the end instead of during build
* Customize the synthesized landing page when DocC supports it
* Provide more information about the steps for each target's build task
* Support `--output-path` with multiple targets, even without combined documentation
* Add integration tests for building combined documentation
* Build documentation for different targets concurrently
* Code review feedback: move sorting archives to where it's used
* Remove unused local variable
* Code review feedback: simplify creation of DocCFeatures
* Code review feedback: move assertion for better locality with the potential bug.
* Fix bug in test helper where other log output was sometimes parsed as an archive output path
* Update integration tests to reflect new DocC behavior (synthesized landing pages for combined archives)
0 commit comments