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
Look at JSDoc in the System.ts file.
System.ts
You see in the class comment System<T> while the class doesn't have a generic.
System<T>
You see in the update method a @params entities JSdoc while the method doesn't have param.
update
@params entities
The JSDocs not to the correct JSdoc
No need, it works. Only docs are not correct.
The text was updated successfully, but these errors were encountered:
@robbertstevens Good find, definitely needs a fix
Sorry, something went wrong.
950272a
Successfully merging a pull request may close this issue.
Steps to Reproduce
Look at JSDoc in the
System.ts
file.You see in the class comment
System<T>
while the class doesn't have a generic.You see in the
update
method a@params entities
JSdoc while the method doesn't have param.Expected Result
The JSDocs not to the correct JSdoc
Actual Result
Environment
Current Workaround
No need, it works. Only docs are not correct.
The text was updated successfully, but these errors were encountered: