AutomaticSeeAlso
A directive for specifying Swift-DocC’s automatic behavior when generating a page’s See Also section.
Declaration
@AutomaticSeeAlso(_ enabledness: Enabledness)Parameters
- enabledness:
Whether or not DocC generates automatic See Also sections. (required)
enabledA See Also section should be automatically created (the default).
disabledNo automatic See Also section should be created.