-
Notifications
You must be signed in to change notification settings - Fork 2
Callout_Delimiter
A label that marks the beginning of a callout.
public enum Delimiter: Hashable
Codable
, Hashable
, RawRepresentable
public init?(rawValue: String)
public init(from decoder: Decoder) throws
Highlighted information for the user of the symbol.
case attention
An example of using the Attention
callout:
The author of the code for a symbol.
case author
An example of using the Author
callout:
The authors of the code for a symbol.
case authors
An example of using the Authors
callout:
Aristotle
Other amazing classical folk
A bug for a symbol.
case bug
An example of using the Bug
callout:
The algorithmic complexity of a method or function.
case complexity
An example of using the Complexity
callout:
Copyright information for a symbol.
case copyright
An example of using the Copyright
callout:
A date associated with a symbol.
case date
An example of using the Date
callout:
Last date this example was changed
Days the method produces special results
A suggestion to the user for usage of a method or function.
case experiment
An example of using the Experiment
callout:
Information that can have adverse effects on the tasks a user is trying to accomplish
case important
An example of using the Important
callout:
A condition that is guaranteed to be true during the execution of the documented symbol.
case invariant
An example of using the Invariant
callout:
A note to the user of the symbol.
case note
An example of using the Note
callout:
A condition that must hold for the symbol to work.
case precondition
An example of using the Precondition
callout:
A condition of guaranteed values upon completion of the execution of the symbol.
case postcondition
An example of using the Postcondition
callout:
A remark to the user of the symbol.
case remark
An example of using the Remark
callout:
A requirement for the symbol to work.
case requires
An example of using the Requires
callout:
A references to other information.
case seealso
An example of using the SeeAlso
callout:
Information about when the symbol became available, which may include dates, framework versions, and operating system versions.
case since
An example of using the Since
callout:
A task required to complete or update the functionality of the symbol.
case todo
An example of using the ToDo
callout:
Version information for the symbol.
case version
An example of using the Version
callout:
A warning for the user of the symbol.
case warning
An example of using the Warning
callout:
A callout with a custom title.
case custom(String)
An example of using a custom callout:
- Callout(Llama Spotting Tips): Pack warm clothes with your binoculars.
public var rawValue: String
public func encode(to encoder: Encoder) throws
Generated at 2021-06-10T10:51:02+0000 using swift-doc 1.0.0-rc.1.