Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Callout

mattt edited this page Jun 10, 2021 · 5 revisions

Callout

A documentation callout, such as a note, remark, or warning.

public struct Callout: Hashable, Codable 

Inheritance

Codable, CustomStringConvertible, Hashable

Properties

delimiter

The callout delimiter.

public var delimiter: Delimiter

content

The content of the callout.

public var content: String

description

public var description: String