Documentation Language: Swift

Initializer

init(name:comment:introspectable:disguised:deprecated:markedAsDeprecated:version:)

Memberwise initialiser

init(name: String, comment: String, introspectable: Bool = true, disguised: Bool = false, deprecated: String? = nil, markedAsDeprecated: Bool = false, version: String? = nil)

Parameters

name

The name of the Thing to initialise

comment

Documentation text for the Thing

introspectable

Set to true if introspectable

disguised

Set to true if disguised

deprecated

Documentation on deprecation status if non-nil

markedAsDeprecated

Set to true if deprecated

version

The version this Thing is first available in