Enumeration
DependencyInclusionPolicy
Policy for including dependency documentation in the generated output.
enum DependencyInclusionPolicy
Topics
Enumeration Cases
E
DependencyInclusionPolicy.all
Include documentation for all dependencies.
E
DependencyInclusionPolicy.exclude(_:)
Exclude specific packages by name.
E
DependencyInclusionPolicy.includeOnly(_:)
Include only the specified packages.
E
DependencyInclusionPolicy.none
Exclude all dependencies; only document the root package.
Default Implementations
Relationships
Conforms To
See Also
Supporting Types
S
ThemeConfiguration
Configuration for the documentation theme.
S
Warning
A warning generated during documentation generation.
S
SourceLocation
A location in source code.