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

JSDocs System.ts #3123

Closed
robbertstevens opened this issue Jul 12, 2024 · 1 comment · Fixed by #3125
Closed

JSDocs System.ts #3123

robbertstevens opened this issue Jul 12, 2024 · 1 comment · Fixed by #3125
Labels
bug This issue describes undesirable, incorrect, or unexpected behavior docs Relating to documentation in any way

Comments

@robbertstevens
Copy link
Contributor

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

  • browsers and versions:
  • operating system:
  • Excalibur versions:
  • (anything else that may be relevant)

Current Workaround

No need, it works. Only docs are not correct.

@eonarheim
Copy link
Member

@robbertstevens Good find, definitely needs a fix

@eonarheim eonarheim added bug This issue describes undesirable, incorrect, or unexpected behavior docs Relating to documentation in any way labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue describes undesirable, incorrect, or unexpected behavior docs Relating to documentation in any way
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants