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
{{ message }}
This repository was archived by the owner on Mar 31, 2025. It is now read-only.
feat(jsdoc package): use jsdoc rather than js doc-extractor
The `jsdoc` doc-extractor is compatible with the `js` version but provides
additional functionality. The code following the jsdoc comment block
is provided to the doc as an extra property that can be used by successive
doc-processors. For instance, to extract the name of the described code
item if no @name tag is provided.
0 commit comments