Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 455 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 455 Bytes

ESDoc External DOM Events Plugin

Add links to DOM Event interfaces definitions in MDN documentation

Install

npm install esdoc-external-events-plugin

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [{
      "name": "esdoc-external-events-plugin",
      "option": { "enable": true }
  }]
}

enable is default true.

LICENSE

MIT

Author

Yaroslav "Yesley" Kovalev