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

Callout

mattt edited this page Mar 5, 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.

var delimiter: Delimiter

content

The content of the callout.

var content: String

description

var description: String

Clone this wiki locally