We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
updated docs, re-ran creer against all games
5a129b0
* 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
No branches or pull requests
I noticed that first word of return description gets missed in the output.
Example from JaguarJS (collie.util.getBoundaryToPoints):
Output:
Word "points" is missing.
For complex return values it creates a proper output, but nor for a simple case.
The text was updated successfully, but these errors were encountered: