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
JSDocs is an API to generate documentation for JavaScript files, similar to Javadoc.
The API uses predefined tags and comments to document things like modules, namespaces, classes, methods, method parameters, and so on.
The idea of this improvement is to parse some of the JSDocs notations to the markdown that will be generated based on the JS source code.
The text was updated successfully, but these errors were encountered:
Parse JSDocs comments to Markdown
type: Feature
Feature description
JSDocs is an API to generate documentation for JavaScript files, similar to Javadoc.
The API uses predefined tags and comments to document things like modules, namespaces, classes, methods, method parameters, and so on.
The idea of this improvement is to parse some of the JSDocs notations to the markdown that will be generated based on the JS source code.
The text was updated successfully, but these errors were encountered: