gpt4 book ai didi

javascript - JsDoc中如何返回void?

转载 作者:IT王子 更新时间:2023-10-29 02:51:55 24 4
gpt4 key购买 nike

在JsDoc中有没有规定方法或函数声明返回void的方式?目前我认为void是默认的返回值,其他返回值必须具体提供:

/**
* @return {Integer} The identifier for ...
*/

最佳答案

闭包编译器

根据 Google 的 Closure Compiler 文档,如果没有返回任何内容,则应省略 @return 注释。

If there is no return value, do not use a @return tag.

来源: https://developers.google.com/closure/compiler/docs/js-for-compiler#tags

jsdoc-工具包

但是进一步的文档还指出 returnType 和 returnDescription 是可选参数。

returnType - Optional: the type of the return value.

returnDescription - Optional: any additional description.

来源: https://code.google.com/p/jsdoc-toolkit/wiki/TagReturns

总结

您可以省略返回注释或不带任何参数包含它。

关于javascript - JsDoc中如何返回void?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4759175/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com