You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type of @param that includes null, Array, and other classes other than Object are shown as any.
The optional params are shown with ?, but nullable params and returns are shown with nothing.
I hope that the specified types are shown even if that is null, Array, or unknown type such as jQuery or MyClass. And nullable params are shown like optional params.
The text was updated successfully, but these errors were encountered:
I tried this:
It seems that:
@param
that includesnull
,Array
, and other classes other thanObject
are shown asany
.?
, but nullable params and returns are shown with nothing.I hope that the specified types are shown even if that is
null
,Array
, or unknown type such asjQuery
orMyClass
. And nullable params are shown like optional params.The text was updated successfully, but these errors were encountered: