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)
enabledA title heading should be automatically created for the page (the default).
disabledNo automatic title heading should be created for the page.
Overview
A title heading is also known as a page eyebrow or kicker.