Contents

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)

    enabled

    A See Also section should be automatically created (the default).

    disabled

    No automatic See Also section should be created.

See Also

Adjusting Automatic Behaviors