code-documentation
-
JSDoc: Return object structure How can I tell JSDoc about the structure of an object that is returned. I have found the syntax and tried it: I am developing an API and need people to know about the object that they will get returned. Is this possible in JSDoc? I am using JSDoc3.3.0-
-
PHPdoc - 为 stdClass 的对象定义对象属性 我试图弄清楚是否可以使用PHPdoc来定义函数或对象方法返回的对象属性。 假设我有以下类: 问题是,对于定义由相关方法返回的输出对象(stdClass)的属性,是否存在类似的事情。这样另一个
-
标签