Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying @typedef #14

Closed
thom4parisot opened this issue May 1, 2013 · 1 comment
Closed

Displaying @typedef #14

thom4parisot opened this issue May 1, 2013 · 1 comment

Comments

@thom4parisot
Copy link

To cover this case:

  var Audience, MusicTrack, Programme;

  /**
   * Audience data structure
   *
   * @typedef {{from: Number, to: Number, platforms: {}}} Platforms is a object of service ID/number pairs
   */
  Audience;

I believe it may be a limitation of the dox is parsing/providing informations.
But at least, it would be good to either hide it or displaying more info. Currently the output looks like this:

screen shot 2013-05-01 at 10 22 36

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@FGRibreau
Copy link
Member

Indeed, don't hesitate to send a pull-request :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants