Swift-DocC-Plugin 1.3.0
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!