Skip to content

Swift-DocC-Plugin 1.3.0

Compare
Choose a tag to compare
@ethan-kusters ethan-kusters released this 22 Jun 18:30
· 18 commits to main since this release
26ac575

What's Changed

  • Documentation for Swift symbols that extend other modules is now included by default when building with Swift 5.9 or later. To exclude external types when building Swift 5.9 or later, you can pass the new --exclude-extended-types flag:

    swift package generate-documentation --exclude-extended-types --target [target-name]

The 1.3.0 release includes contributions from @theMomax. Thank you!