xyc
2024-05-17 49b00a322eae2b9b95f04e41c174ef3b4940017c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "plugins": ["plugins/markdown"],
  "markdown": {
    "tags": []
  },
  "recurseDepth": 10,
  "source": {
    "exclude": [
      "node_modules",
      "dist",
      "firefox-extension",
      "opera-widget",
      "screencasts",
      "test"
    ],
    "excludePattern": "svgedit-config-*|build-html.js|rollup*|external/babel-polyfill|extensions/mathjax|imagelib/jquery.min.js|jspdf/jspdf.min.js|jspdf/underscore-min.js|jquery-ui|jquery.min.js|jquerybbq|js-hotkeys"
  },
  "sourceType": "module",
  "tags": {
    "allowUnknownTags": false
  },
  "templates": {
    "cleverLinks": true,
    "monospaceLinks": false,
    "default": {
      "layoutFile": "docs/layout.tmpl"
    }
  },
  "opts":{
    "recurse": true,
    "verbose": true,
    "destination": "docs/jsdoc",
    "tutorials": "docs/tutorials"
  }
}