Syntax
{@tutorial tutorialID} [link text]{@tutorial tutorialID}
Overview
The {@tutorial}
inline tag creates a link to the tutorial identifier that you specify. When you
use the {@tutorial}
tag, you can also provide link text, using one of several different formats.
If you don't provide any link text, JSDoc uses the tutorial's title as the link text.
If you need to link to a namepath or a URL, use the {@link}
inline tag instead
of the {@tutorial}
tag.
Examples
The following example shows all of the ways to provide link text for the {@tutorial}
tag:
If all of these tutorials are defined, and the title of the gettingstarted
tutorial is "Getting
Started," the example above produces output similar to the following: