Contents

AutomaticTitleHeading

A directive for specifying Swift-DocC’s automatic behavior when generating a page’s title heading.

Declaration

@AutomaticTitleHeading(_ enabledness: Enabledness)

Parameters

  • enabledness:

    Whether or not DocC generates automatic title headings. (required)

    enabled

    A title heading should be automatically created for the page (the default).

    disabled

    No automatic title heading should be created for the page.

Overview

A title heading is also known as a page eyebrow or kicker.

See Also

Adjusting Automatic Behaviors