This repository was archived by the owner on Dec 31, 2017. It is now read-only.
This repository was archived by the owner on Dec 31, 2017. It is now read-only.
inline expansion of union types with kwargs doesn't work #65
Open
Description
See for example dijit/place.js, which does:
around: function(
...
/*DomNode|place.__Rectangle*/ anchor,
...
){
anchor
is either DomNode or a dijit/place.__Rectangle, and it should list the properties of __Rectangle in the API doc either as a nested table or a bullet list (js-doc-parse is in charge of the former).
I tried some defining a local variable called __Rectangle:
/*DomNode|__Rectangle*/ anchor,
but that didn't work either.
Metadata
Metadata
Assignees
Labels
No labels