An open API service indexing awesome lists of open source software.

https://github.com/bem/jsd

JSDoc parser
https://github.com/bem/jsd

jsdoc-parser

Last synced: 5 months ago
JSON representation

JSDoc parser

Awesome Lists containing this project

README

          

# JSDoc parser [![Build Status](https://travis-ci.org/bem/jsd.png)](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);
```