-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
独立的工具函数能生成文档吗? #2
Comments
注释要首先定义module,然后才是class,最后才是method。getAjax根据method的来定义就好了,你可以看下例子中,具体的写法 |
单独的方法是不能生产的,必须要有对应的module和class归属。module和class可以只是虚拟的,不用具体的代码支持,只定义注释就好了。 |
嗯嗯,后来我也是打算以此作为将就方案。但是单文件多个module的解析还是存在问题是吧,大概是你文章提到的----“后面有时间会对YUIDoc的扫描规则做优化(yuidoc对于module的扫描还存在不少问题)”。 期待你的修复,这几天试了三个文档工具都是各有不足,在你修复之前我先将就用着jsdoc,到时候再转换回来。 |
error: -------------------------------------------------------------------------- |
@fendoude007 请问一下解决了吗?遇到了同样的问题 |
@yuexushuang @fendoude007 ,是怎么操作引起来的? |
@zhh77 最终发现是注释写的不标准,导致文档没有成功生成,html就是undefined。 |
@fendoude007你怎么解决的,我也是这个问题 |
比如下列代码:
funtion getAjax(){
$.ajax();
}
怎么为getAjax写注释文档。
The text was updated successfully, but these errors were encountered: