Initializer
init(name:contents:symbol:required:)
Initialize a value to describe documentation about a dictionary key for a symbol.
init(name: String, contents: [any Markup], symbol: SymbolGraph.Symbol? = nil, required: Bool = false)
Parameters
nameThe name of this dictionary key.
contentsThe content that describe this dictionary key.
symbolThe symbol data extracted from the symbol graph.
requiredFlag indicating whether the key is required to be present in the dictionary.