Documentation Archive

Developer

Markup Formatting Reference

On This Page

See Also

Adds a See also callout to the Quick Help for a symbol using the See Also delimiter. Multiple See also callouts appear in the description section in the same order as they do in the markup.

Use the callout to add references to other information.

Works with:

  •    Playgrounds

  • ✓ Symbol documentation

Syntax

  • * | + | - SeeAlso: description
  • optional continuation of description

The description displayed in Quick Help for the SeeAlso callout is created as described in Parameters Section.

Example

  1. /**
  2.  An example of using the SeeAlso field
  3.  - SeeAlso:
  4.  [My Library Reference](https://example.com)
  5. */
image: ../Art/MFR_symbol_field_seealso_2x.png