https://github.com/bem/jsd
JSDoc parser
https://github.com/bem/jsd
jsdoc-parser
Last synced: 5 months ago
JSON representation
JSDoc parser
- Host: GitHub
- URL: https://github.com/bem/jsd
- Owner: bem
- License: mit
- Created: 2013-10-18T15:55:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T14:42:36.000Z (over 9 years ago)
- Last Synced: 2025-04-28T13:03:39.379Z (about 1 year ago)
- Topics: jsdoc-parser
- Language: JavaScript
- Homepage:
- Size: 1.07 MB
- Stars: 5
- Watchers: 18
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSDoc parser [](https://travis-ci.org/bem/jsd)
Yet another JSDoc parser. It supports limited set of tags and features.
## API
```js
var jsdoc = require('jsd')(plugins),
jsdocTree = jsdoc(source);
```