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
<li><code>normalise(tagName)</code>: Returns the canonical name of a tag. For example, the <code>@const</code> tag is a synonym for <code>@constant</code>; as
246
246
a result, if you call <code>normalise('const')</code>, it returns the string
247
247
<code>constant</code>.</li>
248
+
<li><code>normalize(tagName)</code>: Synonym for <code>normalise</code>. Available in JSDoc 3.3.0 and later.</li>
248
249
</ul>
249
250
<p>A tag's <code>onTagged</code> callback can modify the contents of the doclet or tag.</p>
0 commit comments