---
title: AutomaticTitleHeading
framework: docc
role: symbol
role_heading: Directive
path: docc/automatictitleheading
---

# AutomaticTitleHeading

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

## Declaration

```swift
@AutomaticTitleHeading(_ enabledness: Enabledness)
```

## Parameters

- `enabledness`: Whether or not DocC generates automatic title headings. (required)

## Overview

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

## See Also

### Adjusting Automatic Behaviors

- [AutomaticSeeAlso](docc/automaticseealso.md)
- [AutomaticArticleSubheading](docc/automaticarticlesubheading.md)
