---
title: AutomaticArticleSubheading
framework: docc
role: symbol
role_heading: Directive
path: docc/automaticarticlesubheading
---

# AutomaticArticleSubheading

A directive that modifies Swift-DocC’s default behavior for automatic subheading generation on article pages.

## Declaration

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

## Parameters

- `enabledness`: Whether or not DocC generates automatic second-level “Overview” subheadings. (required)

## Overview

Overview By default, articles receive a second-level “Overview” heading unless the author explicitly writes some other H2 heading below the abstract. This allows for opting out of that behavior.

## See Also

### Adjusting Automatic Behaviors

- [AutomaticSeeAlso](docc/automaticseealso.md)
- [AutomaticTitleHeading](docc/automatictitleheading.md)
