Skip to content

V2.0.1 missing comment terminator #20

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

Closed
lceric opened this issue Feb 27, 2024 · 2 comments
Closed

V2.0.1 missing comment terminator #20

lceric opened this issue Feb 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@lceric
Copy link

lceric commented Feb 27, 2024

Describe the bug
V2.0.1 missing comment terminator

To Reproduce
Steps to reproduce the behavior:

  1. Writing method
const run = (a) => {
  console.log(a);
}
  1. run jsDoc generate

Expected behavior
Like v1.3.0, correct code comments

Screenshots
v1.3.0
image
v2.0.1
image
Additional context

Environment used
Typescript version: 5.3.3
VSC versione: 1.86.2
OS: Mac Darwin x64 23.2.0

@Crystal-Spider
Copy link
Owner

Thanks for reporting, I'll look into it!

@Crystal-Spider
Copy link
Owner

This is fixed in v2.0.2, thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Development

No branches or pull requests

2 participants