Fix jsdoc paths

This commit is contained in:
Andreas Hocevar
2017-09-06 14:56:46 +02:00
parent 2925a9ceb3
commit 9400d600ee
2 changed files with 10 additions and 10 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
{
"opts": {
"recurse": true,
"template": "../../config/jsdoc/info"
"template": "config/jsdoc/info"
},
"tags": {
"allowUnknownTags": true
@@ -10,8 +10,8 @@
"includePattern": "\\.js$"
},
"plugins": [
"../../config/jsdoc/info/api-plugin",
"../../config/jsdoc/info/define-plugin",
"../../config/jsdoc/info/virtual-plugin"
"config/jsdoc/info/api-plugin",
"config/jsdoc/info/define-plugin",
"config/jsdoc/info/virtual-plugin"
]
}