You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/tags-description.md
+2
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,5 @@ function add(a, b) {
58
58
}
59
59
```
60
60
{% endexample %}
61
+
62
+
If there's both a description at the beginning of a JSDoc comment and a description provided with the @description tag, the description specified with the @description will override the description at the beginning of the comment.
0 commit comments