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.
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.