Documentation Language: Swift

Structure

IndexPageBuilder.ModuleEntry

A documented module entry.

struct ModuleEntry

Topics

Initializers

?
init(name:abstract:path:symbolCount:)

Creates a new module entry.

Instance Properties

V
abstract

The module’s abstract/summary.

V
name

The module name.

V
path

The relative URL path to the module’s documentation.

V
symbolCount

The number of documented symbols.

Relationships

Conforms To