Skip to content
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
@wkeese

Description

@wkeese

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions