| { |
| "opts": { |
| "encoding": "utf8", |
| "destination": "docs", |
| "package": "package.json", |
| "readme": "README.md", |
| "recurse": true, |
| "private": true, |
| "template": "node_modules/jsdoc-wmf-theme", |
| "class-hierarchy": { |
| "showList": true |
| } |
| }, |
| "plugins": [ |
| "node_modules/jsdoc-wmf-theme/plugins/default" |
| ], |
| "source": { |
| "include": [ "src" ] |
| }, |
| "templates": { |
| "cleverLinks": true, |
| "default": { |
| "useLongnameInNav": true |
| }, |
| "wmf": { |
| "maintitle": "OOjs", |
| "repository": "https://gerrit.wikimedia.org/g/oojs/core/", |
| "hideSections": [ "Events" ], |
| "prefixMap": { |
| "OO.": true |
| }, |
| "linkMap": { |
| "function()": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function" |
| } |
| } |
| } |
| } |