UNPKG

398 BMarkdownView Raw
1# ESDoc Undocumented Identifier Plugin
2## Install
3```bash
4npm install esdoc-undocumented-identifier-plugin
5```
6
7## Config
8```json
9{
10 "source": "./src",
11 "destination": "./doc",
12 "plugins": [
13 {"name": "esdoc-undocumented-identifier-plugin", "option": {"enable": true}}
14 ]
15}
16```
17
18`enable` is default `true`.
19
20## LICENSE
21MIT
22
23## Author
24[Ryo Maruyama@h13i32maru](https://github.com/h13i32maru)