Documentation Language: Swift

Initializer

init(name:type:members:comment:introspectable:deprecated:)

Designated initialiser

init(name: String, type: TypeReference, members: [Member], comment: String, introspectable: Bool = false, deprecated: String? = nil)

Parameters

name

The name of the Enumeration to initialise

type

C typedef name of the enum

members

The cases for this enum

comment

Documentation text for the enum

introspectable

Set to true if introspectable

deprecated

Documentation on deprecation status if non-nil