Initializer
init(languages:platforms:tokens:otherDeclarations:)
Creates a new declaration section.
init(languages: [String]?, platforms: [PlatformName?], tokens: [DeclarationRenderSection.Token], otherDeclarations: DeclarationRenderSection.OtherDeclarations? = nil)
Parameters
languagesThe source languages to which this declaration applies.
platformsThe platforms to which this declaration applies.
tokensThe list of declaration tokens.
otherDeclarationsThe declarations for this symbol’s overloads.