Initializer
init(displayName:id:defaultCodeListingLanguage:defaultAvailability:defaultModuleKind:)
Creates a new documentation bundle information value.
init(displayName: String, id: DocumentationBundle.Identifier, defaultCodeListingLanguage: String?, defaultAvailability: DefaultAvailability?, defaultModuleKind: String?)
Parameters
displayNameThe display name of the bundle.
idThe unique identifier of the bundle.
defaultCodeListingLanguageThe default language identifier for code listings in the bundle.
defaultAvailabilityThe default availability for the various modules in the bundle.
defaultModuleKindThe default kind for the various modules in the bundle.