Skip to content

Instantly share code, notes, and snippets.

@shenduxian1
Created December 29, 2014 06:30
Show Gist options
  • Save shenduxian1/ca11bf872f21fa8b46bb to your computer and use it in GitHub Desktop.
Save shenduxian1/ca11bf872f21fa8b46bb to your computer and use it in GitHub Desktop.
JsDuck使用相关
1.https://github.com/senchalabs/jsduck/releases 下载rb包
2.将下载的ruby包所在路径添加到全局Path变量中
3.通过配置jsduck.json使用jsduck命令行执行文档生成
参考:
{
"--": "js/common",
"--output": "js/docs",
"--encoding": "gbk",
"--title": "京东金融M版基础库文档 vision:1.0.0"
}
4.具体文档配置参数
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment