求一个文档工具,jsdoc?
希望可以,方便生成文档,方便webstorm里面提示的的方案 如果函数的传入 传出是json,希望生成工具可以把这个传入json的结构表示出来
9 回复
使用代码注释生成文档...不怎么看好...
sphinx 蛮好的, 写完发到 readthedocs , 做个CNAME转发到自己域名
ASP.NET 现在就是用的这个 see http://aspnet.readthedocs.org/en/latest/ http://docs.asp.net/en/latest/
可以试试 fireball-x/firedoc 是我们内部基于yuidoc做的文档生成工具,增加了markdown的主题(https://github.com/fireball-x/firedoc/tree/master/docs)以及多语言、枚举、函数参数定义、模组方法等特性。