Documentation Language: Swift

Structure

ThemeConfiguration

Configuration for the documentation theme.

struct ThemeConfiguration

Topics

Initializers

?
init(accentColour:includeDarkMode:customCSS:)

Creates a new theme configuration.

Instance Properties

V
accentColour

The accent colour used for links and highlights.

V
customCSS

Custom CSS to append to the generated stylesheet.

V
includeDarkMode

Whether to include dark mode styles.

Type Properties

?
default

The default theme configuration matching Apple’s DocC appearance.

Default Implementations

Relationships

Conforms To

See Also

Supporting Types

E
DependencyInclusionPolicy

Policy for including dependency documentation in the generated output.

S
Warning

A warning generated during documentation generation.

S
SourceLocation

A location in source code.