Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion content/en/tags-param.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The parameter type can be a built-in JavaScript type, such as `string` or `Objec
[JSDoc namepath][namepath] to another symbol in your code. If you have written documentation for the
symbol at that namepath, JSDoc will automatically link to the documentation for that symbol. You can
also use a type expression to indicate, for example, that a parameter is not nullable or can accept
any type; see the [`@type` tag documentation][tags-type] for details.
any type; see the [`@type` tag documentation][type-tag] for details.

If you provide a description, you can make the JSDoc comment more readable by inserting a hyphen
before the description. Be sure to include a space before and after the hyphen.
Expand Down
2 changes: 1 addition & 1 deletion tags-param.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ <h2 id="overview">Overview</h2>
<p>The parameter type can be a built-in JavaScript type, such as <code>string</code> or <code>Object</code>, or a
<a href="about-namepaths.html">JSDoc namepath</a> to another symbol in your code. If you have written documentation for the symbol at that namepath, JSDoc
will automatically link to the documentation for that symbol. You can also use a type expression to indicate, for example, that a parameter is not nullable
or can accept any type; see the [<code>@type</code> tag documentation][tags-type] for details.</p>
or can accept any type; see the <a href="tags-type.html"><code>@type</code> tag documentation</a> for details.</p>
<p>If you provide a description, you can make the JSDoc comment more readable by inserting a hyphen before the description. Be sure to include a space before and
after the hyphen.</p>
<h2 id="examples">Examples</h2>
Expand Down