Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 339 Bytes

File metadata and controls

24 lines (20 loc) · 339 Bytes

ESDoc JSX Plugin

Install

npm install esdoc-jsx-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {"name": "esdoc-jsx-plugin", "option": {"enable": true}}
  ]
}
  • enable is default true

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru