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

Return information misses first word #37

Open
arapoport opened this issue Feb 27, 2015 · 0 comments
Open

Return information misses first word #37

arapoport opened this issue Feb 27, 2015 · 0 comments

Comments

@arapoport
Copy link

I noticed that first word of return description gets missed in the output.

Example from JaguarJS (collie.util.getBoundaryToPoints):

/**
 * ...
 * @return {Array} points [[left, top], [right, top], [right, bottom], [left, bottom]]
 */

Output:

Returns:
[[left, top], [right, top], [right, bottom], [left, bottom]] 

Word "points" is missing.

For complex return values it creates a proper output, but nor for a simple case.

JacobFischer added a commit to siggame/Joueur.js that referenced this issue Feb 4, 2016
* AI.player and AI.game now show on docs
* JSDoc @returns {type} some text --> this would drop "some" for no reason, its an open issue: davidshimjs/jaguarjs-jsdoc/issues/37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant