Structure
Warning
A warning generated during documentation generation.
struct Warning
Topics
Initializers
?
init(severity:summary:source:explanation:)
Creates a new warning.
Instance Properties
V
description
A textual description of the warning.
V
explanation
Additional explanation or context.
V
severity
The severity level.
V
source
The source location where the warning occurred, if applicable.
V
summary
A brief summary of the warning.
Enumerations
E
Warning.Severity
The severity of the warning.
Default Implementations
Relationships
Conforms To
See Also
Supporting Types
E
DependencyInclusionPolicy
Policy for including dependency documentation in the generated output.
S
ThemeConfiguration
Configuration for the documentation theme.
S
SourceLocation
A location in source code.