Created
December 29, 2014 06:30
-
-
Save shenduxian1/ca11bf872f21fa8b46bb to your computer and use it in GitHub Desktop.
JsDuck使用相关
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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