Ai
2 Star 1 Fork 0

mirrors_SuperMap/jsdoc-vuejs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
config.js 581 Bytes
一键复制 编辑 原始数据 按行查看 历史
scvamy 提交于 2019-05-15 18:32 +08:00 . 新增 props type 链接
const env = require('jsdoc/env');
const { resolve } = require('path');
const getTemplatePath = require('./lib/core/getTemplatePath');
const config = env.conf || {};
config['jsdoc-vuejs'] = config['jsdoc-vuejs'] || {};
// Detect JSDoc template if not specified
if (!Object.prototype.hasOwnProperty.call(config['jsdoc-vuejs'], 'template')) {
config['jsdoc-vuejs'].template = getTemplatePath(env.opts.template || 'default',env.opts.configure);
env.opts.typeLinkExt && (env.opts.typeLinkExt = resolve(env.opts.configure,'../',env.opts.typeLinkExt));
}
module.exports = config;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_SuperMap/jsdoc-vuejs.git
git@gitee.com:mirrors_SuperMap/jsdoc-vuejs.git
mirrors_SuperMap
jsdoc-vuejs
jsdoc-vuejs
master

搜索帮助