jsd

Yet another JSDoc parser. It supports limited set of tags and features.

6 个版本
安装
npm install jsd
yarn add jsd
pnpm add jsd
bun add jsd
README

JSDoc parser Build Status

Yet another JSDoc parser. It supports limited set of tags and features.

API

var jsdoc = require('jsd')(plugins),
    jsdocTree = jsdoc(source);
版本列表
1.1.2 2014-04-05
1.1.1 2014-03-19
1.1.0 2014-01-23
1.0.1 2014-01-21
1.0.0 2013-12-17
0.0.1 2013-11-28