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

Event object properties not being parsed properly. #9

Closed
jnovack opened this issue Sep 29, 2014 · 1 comment
Closed

Event object properties not being parsed properly. #9

jnovack opened this issue Sep 29, 2014 · 1 comment

Comments

@jnovack
Copy link

jnovack commented Sep 29, 2014

My Event

/**
 * Snowball event.
 *
 * @event Hurl#snowball
 * @type {object}
 * @property {boolean} isPacked - Indicates whether the snowball is tightly packed.
 */

Generates:

<a name="Hurl#event_snowball"></a>
##event: "snowball"
Snowball event.

**Type**: `object`

I would expect my properties to be listed.

75lb added a commit to jsdoc2md/dmd that referenced this issue Sep 29, 2014
@75lb
Copy link
Member

75lb commented Sep 29, 2014

yes, you're right - the @Property list was missing.. i released a fix.. please update and try it again..

FYI, a significant update to this app is in the pipeline..

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

No branches or pull requests

2 participants