1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| {
| "tags": {
| "allowUnknownTags": true
| },
| "source": {
| "includePattern": ".+\\.js(doc|x)?$",
| "excludePattern": "(^|\\/|\\\\)_"
| },
| "plugins": [],
| "templates": {
| "cleverLinks": false,
| "monospaceLinks": false,
| "default": {
| "outputSourceFiles": true
| }
| }
| }
|
|