Skip to content

Link to the tag dictionnary #125

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions about-getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2 id="adding-documentation-comments-to-your-code">Adding Documentation Comment
}
</code></pre>
</figure>
<p>More tags can be used to add more information. See the Tag Dictionary for a complete list of tags that are recognized by JSDoc 3.</p>
<p>More tags can be used to add more information. See the <a href="./index.html#block-tags">Tag Dictionary</a> for a complete list of tags that are recognized by JSDoc 3.</p>
<figure>
<figcaption>Adding more information with tags</figcaption><pre class="prettyprint lang-js"><code>/**
* Represents a book.
Expand Down Expand Up @@ -97,4 +97,4 @@ <h2 id="generating-a-website">Generating A Website</h2>
</script>
</body>

</html>
</html>