diff options
Diffstat (limited to 'jsdoc.conf.json')
-rw-r--r-- | jsdoc.conf.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/jsdoc.conf.json b/jsdoc.conf.json index d35fd5999c..dbf12f67f5 100644 --- a/jsdoc.conf.json +++ b/jsdoc.conf.json @@ -12,7 +12,10 @@ ], "templates": { "cleverLinks": true, - "monospaceLinks": true + "monospaceLinks": true, + "default": { + "outputSourceFiles": true + } }, "opts": { "destination": "docs/jsapi", |