Skip to content

Swift-DocC-Plugin 1.2.0

Compare
Choose a tag to compare
@ethan-kusters ethan-kusters released this 13 Mar 21:34
· 20 commits to main since this release
9b12589

What's Changed

  • You can now generate documentation that includes Swift symbols that extend other modules when building with Swift 5.8 or later. This is an opt-in feature that can be used by passing the --include-extended-types flag:

    swift package generate-documentation --include-extended-types --target [target-name]
  • You can now generate documentation that excludes compiler synthesized symbols provided by default implementations of protocol requirements. This is an opt-in, experimental feature that can used by passing the --experimental-skip-synthesized-symbols flag:

    swift package generate-documentation --experimental-skip-synthesized-symbols --target [target-name]

The 1.2.0 release includes contributions from @finestructure, @sofiaromorales, and @theMomax. Thank you!