开发者

JSDoc compatibility inside jQuery(document).ready()

开发者 https://www.devze.com 2023-02-19 05:09 出处:网络
I have some functions declared inside jQuery(document).ready(function {}) and I\'ve writte开发者_JAVA百科n JSDoc comments to them. The problem is, they cannot be displayed as tooltips when I focus on

I have some functions declared inside jQuery(document).ready(function {}) and I've writte开发者_JAVA百科n JSDoc comments to them. The problem is, they cannot be displayed as tooltips when I focus on function call line. Not essential, however, maybe there is a solution for this? I am using Aptana IDE. I've searched their documentation and googled as well, but didn't find the answer.


It appears that Aptana supports ScriptDoc, not JSDoc.

http://docs.aptana.com/docs/index.php/About_Code_Assist#Adding_your_own_code_to_Code_Assist

0

精彩评论

暂无评论...
验证码 换一张
取 消