Documentation Language: Swift

Enumeration

GenerationError

Errors that can occur during documentation generation.

enum GenerationError

Topics

Enumeration Cases

E
GenerationError.archiveParsingFailed(_:)

Failed to parse the documentation archive.

E
GenerationError.doccNotFound

The docc executable was not found.

E
GenerationError.symbolGraphGenerationFailed(_:)

Symbol graph generation failed.

Instance Properties

Default Implementations

Relationships

Conforms To

See Also

Library API

A
Configuration Reference

Configure DocCStatic for your documentation needs.

S
StaticDocumentationGenerator

The main orchestrator for generating static HTML documentation.

S
GenerationResult

The result of a documentation generation operation.