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