Open wkeese opened 12 years ago
The workaround is to specify the type as a MID+property, like this:
/*DomNode|dijit/place.__Rectangle*/ anchor,
Then it turns into a hyperlink to a separate page w/the definition for that type.
I did the workaround, so this isn't critical.
e8d05e3 in #80 would fix this. #82 has an explanation.
See for example dijit/place.js, which does:
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:
but that didn't work either.