Documentation Language: Swift

Structure

SourceLocation

A location in source code.

struct SourceLocation

Topics

Initializers

?
init(file:line:column:)

Creates a new source location.

Instance Properties

V
column

The column number (1-based).

V
description

A textual description of the source location.

V
file

The file path.

V
line

The line number (1-based).

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
Warning

A warning generated during documentation generation.