加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.jsdoc.json 602 Bytes
一键复制 编辑 原始数据 按行查看 历史
mistic100 提交于 2020-04-26 11:48 . Fix jsdoc
{
"source": {
"excludePattern": "PhotoSphereViewerCompat\\.js|data/constants\\.js"
},
"opts": {
"recurse": true,
"private": false,
"template": "node_modules/@pixi/jsdoc-template",
"readme": "docs/.jsdoc/index.md"
},
"plugins": [
"plugins/markdown",
"@pixi/jsdoc-template/plugins/es6-fix",
"docs/.jsdoc/cleanup-exports"
],
"templates": {
"applicationName": "Photo Sphere Viewer",
"googleAnalytics": "UA-28192323-3",
"meta": {
"title": "Photo Sphere Viewer API Documentation"
},
"favicon": "docs/.vuepress/public/favicon.png"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化