Initializer
init(name:nameRange:contents:range:isStandalone:)
Initialize a value to describe documentation about a parameter for a symbol.
init(name: String, nameRange: SourceRange? = nil, contents: [any Markup], range: SourceRange? = nil, isStandalone: Bool = false)
Parameters
nameThe name of this parameter.
nameRangeThe text range where the parameter name was parsed.
contentsThe content that describe this parameter.
rangeThe text range where this parameter was parsed.
isStandaloneWhether the parameter is documented standalone or as a member of a parameters outline.